Html Css Color HEX #0B5491 Dark Cerulean

📋 copy color: '#0B5491'

red 11 ◦ green 84 ◦ blue 145

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

Shades of Dark Cerulean #0B5491

Tints of Dark Cerulean #0B5491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 4.58%
G = 35%
B = 60.42%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0B5491 (or 0x0B5491) is known color: Dark Cerulean. HEX triplet: 0B, 54 and 91. RGB value is (11,84,145). Sum of RGB (Red+Green+Blue) = 11+84+145=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B5491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5491 is #F4AB6E. Grayscale: #444444. Windows color (decimal): -16034671 or 9524235. OLE color: 9524235.

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

Color convert

RGB 11 84 145 -
CMYK 0.92 0.42 0 0.43
HSL 207.31º 0.86% 0.31% -
HSV(B) 207.31º 0.92% 0.57% -
XYZ 8.42 8.46 27.98 -
YUV 69.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 11 84 145 0.92 0.42 0 0.43 207.31 0.86 0.31
Hex B 54 91 5C 2A 0 2B CF 56 1F
Octal 13 124 221 134 52 0 53 317 126 37
Binary 1011 1010100 10010001 1011100 101010 0 101011 11001111 1010110 11111

Color Harmonies of #0B5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5491

Black with #0B5491

Text Example


Text Example

White with #0B5491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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