Html Css Color HEX #0B044C Midnight Blue

📋 copy color: '#0B044C'

red 11 ◦ green 4 ◦ blue 76

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

Shades of Midnight Blue #0B044C

Tints of Midnight Blue #0B044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.4%

 BLUE value IS 76 (30.08% from 255) = 83.52%

R = 12.09%
G = 4.4%
B = 83.52%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0B044C (or 0x0B044C) is known color: Midnight Blue. HEX triplet: 0B, 04 and 4C. RGB value is (11,4,76). Sum of RGB (Red+Green+Blue) = 11+4+76=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B044C is #F4FBB3. Grayscale: #0E0E0E. Windows color (decimal): -16055220 or 4981771. OLE color: 4981771.

HSL color Cylindrical-coordinate representation of color #0B044C: hue angle of 245.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B044C is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 11 4 76 -
CMYK 0.86 0.95 0 0.70
HSL 245.83º 0.9% 0.16% -
HSV(B) 245.83º 0.95% 0.3% -
XYZ 1.49 0.68 6.89 -
YUV 14.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 11 4 76 0.86 0.95 0 0.70 245.83 0.9 0.16
Hex B 4 4C 56 5F 0 46 F6 5A 10
Octal 13 4 114 126 137 0 106 366 132 20
Binary 1011 100 1001100 1010110 1011111 0 1000110 11110110 1011010 10000

Color Harmonies of #0B044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B044C

Black with #0B044C

Text Example


Text Example

White with #0B044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,76); }

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

background-color css

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

 a { background-color: rgb(11,4,76); }

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

border-color css

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

 span { border-color: rgb(11,4,76); }

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