Html Css Color HEX #0B074C Midnight Blue

📋 copy color: '#0B074C'

red 11 ◦ green 7 ◦ blue 76

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

Shades of Midnight Blue #0B074C

Tints of Midnight Blue #0B074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

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

R = 11.7%
G = 7.45%
B = 80.85%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0B074C (or 0x0B074C) is known color: Midnight Blue. HEX triplet: 0B, 07 and 4C. RGB value is (11,7,76). Sum of RGB (Red+Green+Blue) = 11+7+76=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B074C is #F4F8B3. Grayscale: #0F0F0F. Windows color (decimal): -16054452 or 4982539. OLE color: 4982539.

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

Color convert

RGB 11 7 76 -
CMYK 0.86 0.91 0 0.70
HSL 243.48º 0.83% 0.16% -
HSV(B) 243.48º 0.91% 0.3% -
XYZ 1.52 0.74 6.9 -
YUV 16.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 11 7 76 0.86 0.91 0 0.70 243.48 0.83 0.16
Hex B 7 4C 56 5B 0 46 F3 53 10
Octal 13 7 114 126 133 0 106 363 123 20
Binary 1011 111 1001100 1010110 1011011 0 1000110 11110011 1010011 10000

Color Harmonies of #0B074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B074C

Black with #0B074C

Text Example


Text Example

White with #0B074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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