Html Css Color HEX #0B548B Dark Cerulean

📋 copy color: '#0B548B'

red 11 ◦ green 84 ◦ blue 139

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

Shades of Dark Cerulean #0B548B

Tints of Dark Cerulean #0B548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.9%

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

R = 4.7%
G = 35.9%
B = 59.4%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B548B (or 0x0B548B) is known color: Dark Cerulean. HEX triplet: 0B, 54 and 8B. RGB value is (11,84,139). Sum of RGB (Red+Green+Blue) = 11+84+139=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B548B is #F4AB74. Grayscale: #444444. Windows color (decimal): -16034677 or 9131019. OLE color: 9131019.

HSL color Cylindrical-coordinate representation of color #0B548B: hue angle of 205.78º 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 #0B548B is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 84 139 -
CMYK 0.92 0.40 0 0.45
HSL 205.78º 0.85% 0.29% -
HSV(B) 205.78º 0.92% 0.55% -
XYZ 7.97 8.28 25.6 -
YUV 68.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 11 84 139 0.92 0.40 0 0.45 205.78 0.85 0.29
Hex B 54 8B 5C 28 0 2D CE 55 1D
Octal 13 124 213 134 50 0 55 316 125 35
Binary 1011 1010100 10001011 1011100 101000 0 101101 11001110 1010101 11101

Color Harmonies of #0B548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B548B

Black with #0B548B

Text Example


Text Example

White with #0B548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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