Html Css Color HEX #070C69 Midnight Blue

📋 copy color: '#070C69'

red 7 ◦ green 12 ◦ blue 105

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

Shades of Midnight Blue #070C69

Tints of Midnight Blue #070C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.68%

 BLUE value IS 105 (41.41% from 255) = 84.68%

R = 5.65%
G = 9.68%
B = 84.68%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#070C69 (or 0x070C69) is known color: Midnight Blue. HEX triplet: 07, 0C and 69. RGB value is (7,12,105). Sum of RGB (Red+Green+Blue) = 7+12+105=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #070C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C69 is #F8F396. Grayscale: #141414. Windows color (decimal): -16315287 or 6884359. OLE color: 6884359.

HSL color Cylindrical-coordinate representation of color #070C69: hue angle of 236.94º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070C69 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 12 105 -
CMYK 0.93 0.89 0 0.59
HSL 236.94º 0.88% 0.22% -
HSV(B) 236.94º 0.93% 0.41% -
XYZ 2.77 1.33 13.48 -
YUV 21.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 7 12 105 0.93 0.89 0 0.59 236.94 0.88 0.22
Hex 7 C 69 5D 59 0 3B ED 58 16
Octal 7 14 151 135 131 0 73 355 130 26
Binary 111 1100 1101001 1011101 1011001 0 111011 11101101 1011000 10110

Color Harmonies of #070C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C69

Black with #070C69

Text Example


Text Example

White with #070C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,12,105); }

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

background-color css

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

 a { background-color: rgb(7,12,105); }

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

border-color css

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

 span { border-color: rgb(7,12,105); }

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