Html Css Color HEX #0B4789 Dark Cerulean

📋 copy color: '#0B4789'

red 11 ◦ green 71 ◦ blue 137

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

Shades of Dark Cerulean #0B4789

Tints of Dark Cerulean #0B4789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 5.02%
G = 32.42%
B = 62.56%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B4789 (or 0x0B4789) is known color: Dark Cerulean. HEX triplet: 0B, 47 and 89. RGB value is (11,71,137). Sum of RGB (Red+Green+Blue) = 11+71+137=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B4789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4789 is #F4B876. Grayscale: #3C3C3C. Windows color (decimal): -16038007 or 8996619. OLE color: 8996619.

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

Color convert

RGB 11 71 137 -
CMYK 0.92 0.48 0 0.46
HSL 211.43º 0.85% 0.29% -
HSV(B) 211.43º 0.92% 0.54% -
XYZ 6.91 6.38 24.54 -
YUV 60.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 11 71 137 0.92 0.48 0 0.46 211.43 0.85 0.29
Hex B 47 89 5C 30 0 2E D3 55 1D
Octal 13 107 211 134 60 0 56 323 125 35
Binary 1011 1000111 10001001 1011100 110000 0 101110 11010011 1010101 11101

Color Harmonies of #0B4789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4789

Black with #0B4789

Text Example


Text Example

White with #0B4789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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