#0B508A

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

Shades of Dark Cerulean #0B508A

Tints of Dark Cerulean #0B508A

Color information

#0B508A (or 0x0B508A) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 50 and 8A. RGB value is (11,80,138). Sum of RGB (Red+Green+Blue) = 11+80+138=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B508A is #F4AF75. Grayscale: #414141. Windows color (decimal): -16035702 or 9064459. OLE color: 9064459.

HSL color Cylindrical-coordinate representation of color #0B508A: hue angle of 207.4º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B508A is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1180138-
CMYK0.920.4200.46
HSL207.4º85.23%29.22%-
HSV(B)207.4º92.03%54.12%-
XYZ7.597.6425.12-
YUV65.98168.6488.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 138 (54.30% from 255) = 60.26%
R=4.80%
G=34.93%
B=60.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11801380.920.4200.46207.485.2329.22
HexB508A5C2A02Ecf551d
Octal131202121345205631712535
Binary10111010000100010101011100101010010111011001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,80,138); }

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

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

 a { background-color: rgb(11,80,138); }

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

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

 span { border-color: rgb(11,80,138); }

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