Html Css Color HEX #0B528B Dark Cerulean

📋 copy color: '#0B528B'

red 11 ◦ green 82 ◦ blue 139

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

Shades of Dark Cerulean #0B528B

Tints of Dark Cerulean #0B528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.91%

R = 4.74%
G = 35.34%
B = 59.91%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B528B (or 0x0B528B) is known color: Dark Cerulean. HEX triplet: 0B, 52 and 8B. RGB value is (11,82,139). Sum of RGB (Red+Green+Blue) = 11+82+139=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B528B is #F4AD74. Grayscale: #424242. Windows color (decimal): -16035189 or 9130507. OLE color: 9130507.

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

Color convert

RGB 11 82 139 -
CMYK 0.92 0.41 0 0.45
HSL 206.72º 0.85% 0.29% -
HSV(B) 206.72º 0.92% 0.55% -
XYZ 7.82 7.97 25.55 -
YUV 67.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 11 82 139 0.92 0.41 0 0.45 206.72 0.85 0.29
Hex B 52 8B 5C 29 0 2D CF 55 1D
Octal 13 122 213 134 51 0 55 317 125 35
Binary 1011 1010010 10001011 1011100 101001 0 101101 11001111 1010101 11101

Color Harmonies of #0B528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B528B

Black with #0B528B

Text Example


Text Example

White with #0B528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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