Html Css Color HEX #0B477D Dark Cerulean

📋 copy color: '#0B477D'

red 11 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #0B477D

Tints of Dark Cerulean #0B477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 5.31%
G = 34.3%
B = 60.39%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B477D (or 0x0B477D) is known color: Dark Cerulean. HEX triplet: 0B, 47 and 7D. RGB value is (11,71,125). Sum of RGB (Red+Green+Blue) = 11+71+125=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B477D is #F4B882. Grayscale: #3A3A3A. Windows color (decimal): -16038019 or 8210187. OLE color: 8210187.

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

Color convert

RGB 11 71 125 -
CMYK 0.91 0.43 0 0.51
HSL 208.42º 0.84% 0.27% -
HSV(B) 208.42º 0.91% 0.49% -
XYZ 6.09 6.06 20.25 -
YUV 59.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 11 71 125 0.91 0.43 0 0.51 208.42 0.84 0.27
Hex B 47 7D 5B 2B 0 33 D0 54 1B
Octal 13 107 175 133 53 0 63 320 124 33
Binary 1011 1000111 1111101 1011011 101011 0 110011 11010000 1010100 11011

Color Harmonies of #0B477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B477D

Black with #0B477D

Text Example


Text Example

White with #0B477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,125); }

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

background-color css

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

 a { background-color: rgb(11,71,125); }

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

border-color css

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

 span { border-color: rgb(11,71,125); }

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