Html Css Color HEX #0B527C Dark Cerulean

📋 copy color: '#0B527C'

red 11 ◦ green 82 ◦ blue 124

#0B527C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0B527C

Tints of Dark Cerulean #0B527C

RGB

 RED value IS 11 (4.69% from 255) = 5.07%

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 5.07%
G = 37.79%
B = 57.14%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B527C (or 0x0B527C) is known color: Dark Cerulean. HEX triplet: 0B, 52 and 7C. RGB value is (11,82,124). Sum of RGB (Red+Green+Blue) = 11+82+124=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B527C is #F4AD83. Grayscale: #414141. Windows color (decimal): -16035204 or 8147467. OLE color: 8147467.

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

Color convert

RGB 11 82 124 -
CMYK 0.91 0.34 0 0.51
HSL 202.3º 0.84% 0.26% -
HSV(B) 202.3º 0.91% 0.49% -
XYZ 6.79 7.56 20.17 -
YUV 65.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 11 82 124 0.91 0.34 0 0.51 202.3 0.84 0.26
Hex B 52 7C 5B 22 0 33 CA 54 1A
Octal 13 122 174 133 42 0 63 312 124 32
Binary 1011 1010010 1111100 1011011 100010 0 110011 11001010 1010100 11010

Color Harmonies of #0B527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B527C

Black with #0B527C

Text Example


Text Example

White with #0B527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B527C;
 }
 .AnyTagClassName
 {
   color: #0B527C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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