Html Css Color HEX #070B5C Midnight Blue

📋 copy color: '#070B5C'

red 7 ◦ green 11 ◦ blue 92

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

Shades of Midnight Blue #070B5C

Tints of Midnight Blue #070B5C

RGB

 RED value IS 7 (3.13% from 255) = 6.36%

 GREEN value IS 11 (4.69% from 255) = 10%

 BLUE value IS 92 (36.33% from 255) = 83.64%

R = 6.36%
G = 10%
B = 83.64%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#070B5C (or 0x070B5C) is known color: Midnight Blue. HEX triplet: 07, 0B and 5C. RGB value is (7,11,92). Sum of RGB (Red+Green+Blue) = 7+11+92=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #070B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B5C is #F8F4A3. Grayscale: #121212. Windows color (decimal): -16315556 or 6032135. OLE color: 6032135.

HSL color Cylindrical-coordinate representation of color #070B5C: hue angle of 237.18º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070B5C is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 11 92 -
CMYK 0.92 0.88 0 0.64
HSL 237.18º 0.86% 0.19% -
HSV(B) 237.18º 0.92% 0.36% -
XYZ 2.14 1.06 10.22 -
YUV 19.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 7 11 92 0.92 0.88 0 0.64 237.18 0.86 0.19
Hex 7 B 5C 5C 58 0 40 ED 56 13
Octal 7 13 134 134 130 0 100 355 126 23
Binary 111 1011 1011100 1011100 1011000 0 1000000 11101101 1010110 10011

Color Harmonies of #070B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B5C

Black with #070B5C

Text Example


Text Example

White with #070B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070B5C; }

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

 H1.HeaderClassName
 {
   color: #070B5C;
 }
 .AnyTagClassName
 {
   color: #070B5C;
 }
</style>

background-color css

<style>
 a { background-color: #070B5C; }

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

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

border-color css

<style>
 span { border-color: #070B5C; }

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

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