#0D1BBA

Color #0D1BBA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0D1BBA

Tints of Persian Blue #0D1BBA

Color information

#0D1BBA (or 0x0D1BBA) is unknown color: approx Persian Blue. HEX triplet: 0D, 1B and BA. RGB value is (13,27,186). Sum of RGB (Red+Green+Blue) = 13+27+186=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D1BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1BBA is #F2E445. Grayscale: #282828. Windows color (decimal): -15918150 or 12196621. OLE color: 12196621.

HSL color Cylindrical-coordinate representation of color #0D1BBA: hue angle of 235.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1BBA is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1327186-
CMYK0.930.8500.27
HSL235.14º86.93%39.02%-
HSV(B)235.14º93.01%72.94%-
XYZ9.424.4146.81-
YUV40.94209.86108.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.75%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 186 (73.05% from 255) = 82.30%
R=5.75%
G=11.95%
B=82.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13271860.930.8500.27235.1486.9339.02
HexD1BBA5D5501Beb5727
Octal153327213512503335312747
Binary1101110111011101010111011010101011011111010111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1BBA; }

 p { color: rgb(13,27,186); }

 H1.HeaderClassName
 {
   color: #0D1BBA;
 }
 .AnyTagClassName
 {
   color: #0D1BBA;
 }
</style>
background-color css

<style>
 a { background-color: #0D1BBA; }

 a { background-color: rgb(13,27,186); }

 div.DivClassName
 {
   background-color: #0D1BBA;
 }
 .BgClassName
 {
   background-color: #0D1BBA;
 }
</style>
border-color css

<style>
 span { border-color: #0D1BBA; }

 span { border-color: rgb(13,27,186); }

 td.TdClassName
 {
   border-color: #0D1BBA;
 }
 .TagClassName
 {
   border-color: #0D1BBA;
 }
</style>