Html Css Color HEX #0B4995 Dark Cerulean

📋 copy color: '#0B4995'

red 11 ◦ green 73 ◦ blue 149

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

Shades of Dark Cerulean #0B4995

Tints of Dark Cerulean #0B4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 4.72%
G = 31.33%
B = 63.95%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B4995 (or 0x0B4995) is known color: Dark Cerulean. HEX triplet: 0B, 49 and 95. RGB value is (11,73,149). Sum of RGB (Red+Green+Blue) = 11+73+149=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B4995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4995 is #F4B66A. Grayscale: #3E3E3E. Windows color (decimal): -16037483 or 9783563. OLE color: 9783563.

HSL color Cylindrical-coordinate representation of color #0B4995: hue angle of 213.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4995 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 73 149 -
CMYK 0.93 0.51 0 0.42
HSL 213.04º 0.86% 0.31% -
HSV(B) 213.04º 0.93% 0.58% -
XYZ 7.95 7.01 29.37 -
YUV 63.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 11 73 149 0.93 0.51 0 0.42 213.04 0.86 0.31
Hex B 49 95 5D 33 0 2A D5 56 1F
Octal 13 111 225 135 63 0 52 325 126 37
Binary 1011 1001001 10010101 1011101 110011 0 101010 11010101 1010110 11111

Color Harmonies of #0B4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4995

Black with #0B4995

Text Example


Text Example

White with #0B4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,73,149); }

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

background-color css

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

 a { background-color: rgb(11,73,149); }

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

border-color css

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

 span { border-color: rgb(11,73,149); }

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