Html Css Color HEX #0B2449 Midnight

📋 copy color: '#0B2449'

red 11 ◦ green 36 ◦ blue 73

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

Shades of Midnight #0B2449

Tints of Midnight #0B2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

 BLUE value IS 73 (28.91% from 255) = 60.83%

R = 9.17%
G = 30%
B = 60.83%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B2449 (or 0x0B2449) is known color: Midnight. HEX triplet: 0B, 24 and 49. RGB value is (11,36,73). Sum of RGB (Red+Green+Blue) = 11+36+73=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B2449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2449 is #F4DBB6. Grayscale: #202020. Windows color (decimal): -16047031 or 4793355. OLE color: 4793355.

HSL color Cylindrical-coordinate representation of color #0B2449: hue angle of 215.81º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2449 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 36 73 -
CMYK 0.85 0.51 0 0.71
HSL 215.81º 0.74% 0.16% -
HSV(B) 215.81º 0.85% 0.29% -
XYZ 1.97 1.81 6.55 -
YUV 32.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 11 36 73 0.85 0.51 0 0.71 215.81 0.74 0.16
Hex B 24 49 55 33 0 47 D8 4A 10
Octal 13 44 111 125 63 0 107 330 112 20
Binary 1011 100100 1001001 1010101 110011 0 1000111 11011000 1001010 10000

Color Harmonies of #0B2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2449

Black with #0B2449

Text Example


Text Example

White with #0B2449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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