#0B527B

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

Shades of Dark Cerulean #0B527B

Tints of Dark Cerulean #0B527B

Color information

#0B527B (or 0x0B527B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 52 and 7B. RGB value is (11,82,123). Sum of RGB (Red+Green+Blue) = 11+82+123=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B527B is #F4AD84. Grayscale: #414141. Windows color (decimal): -16035205 or 8081931. OLE color: 8081931.

HSL color Cylindrical-coordinate representation of color #0B527B: hue angle of 201.96º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B527B is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1182123-
CMYK0.910.3300.52
HSL201.96º83.58%26.27%-
HSV(B)201.96º91.06%48.24%-
XYZ6.737.5419.84-
YUV65.45160.4889.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.09%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=5.09%
G=37.96%
B=56.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11821230.910.3300.52201.9683.5826.27
HexB527B5B21034ca541a
Octal131221731334106431212432
Binary1011101001011110111011011100001011010011001010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,82,123); }

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

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

 a { background-color: rgb(11,82,123); }

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

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

 span { border-color: rgb(11,82,123); }

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