Html Css Color HEX #0B054C Midnight Blue

📋 copy color: '#0B054C'

red 11 ◦ green 5 ◦ blue 76

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

Shades of Midnight Blue #0B054C

Tints of Midnight Blue #0B054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

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

R = 11.96%
G = 5.43%
B = 82.61%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0B054C (or 0x0B054C) is known color: Midnight Blue. HEX triplet: 0B, 05 and 4C. RGB value is (11,5,76). Sum of RGB (Red+Green+Blue) = 11+5+76=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B054C is #F4FAB3. Grayscale: #0E0E0E. Windows color (decimal): -16054964 or 4982027. OLE color: 4982027.

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

Color convert

RGB 11 5 76 -
CMYK 0.86 0.93 0 0.70
HSL 245.07º 0.88% 0.16% -
HSV(B) 245.07º 0.93% 0.3% -
XYZ 1.5 0.7 6.89 -
YUV 14.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 11 5 76 0.86 0.93 0 0.70 245.07 0.88 0.16
Hex B 5 4C 56 5D 0 46 F5 58 10
Octal 13 5 114 126 135 0 106 365 130 20
Binary 1011 101 1001100 1010110 1011101 0 1000110 11110101 1011000 10000

Color Harmonies of #0B054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B054C

Black with #0B054C

Text Example


Text Example

White with #0B054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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