#0b4285

Color #0B4285 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0B4285

Tints of Dark Cerulean #0B4285

Color information

#0B4285 (or 0x0B4285) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 42 and 85. RGB value is (11,66,133). Sum of RGB (Red+Green+Blue) = 11+66+133=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B4285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4285 is #F4BD7A. Grayscale: #383838. Windows color (decimal): -16039291 or 8733195. OLE color: 8733195.

HSL color Cylindrical-coordinate representation of color #0B4285: hue angle of 212.95º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4285 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1166133-
CMYK0.920.5000.48
HSL212.95º84.72%28.24%-
HSV(B)212.95º91.73%52.16%-
XYZ6.325.6622.95-
YUV57.19170.7895.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.24%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=5.24%
G=31.43%
B=63.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11661330.920.5000.48212.9584.7228.24
HexB42855C32030d5551c
Octal131022051346206032512534
Binary10111000010100001011011100110010011000011010101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,66,133); }

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

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

 a { background-color: rgb(11,66,133); }

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

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

 span { border-color: rgb(11,66,133); }

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