Html Css Color HEX #07069D New Midnight Blue

📋 copy color: '#07069D'

red 7 ◦ green 6 ◦ blue 157

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

Shades of New Midnight Blue #07069D

Tints of New Midnight Blue #07069D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

 BLUE value IS 157 (61.72% from 255) = 92.35%

R = 4.12%
G = 3.53%
B = 92.35%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07069D (or 0x07069D) is known color: New Midnight Blue. HEX triplet: 07, 06 and 9D. RGB value is (7,6,157). Sum of RGB (Red+Green+Blue) = 7+6+157=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #07069D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07069D is #F8F962. Grayscale: #161616. Windows color (decimal): -16316771 or 10290695. OLE color: 10290695.

HSL color Cylindrical-coordinate representation of color #07069D: hue angle of 240.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07069D is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 6 157 -
CMYK 0.96 0.96 0 0.38
HSL 240.4º 0.93% 0.32% -
HSV(B) 240.4º 0.96% 0.62% -
XYZ 6.24 2.61 32.07 -
YUV 23.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 7 6 157 0.96 0.96 0 0.38 240.4 0.93 0.32
Hex 7 6 9D 60 60 0 26 F0 5D 20
Octal 7 6 235 140 140 0 46 360 135 40
Binary 111 110 10011101 1100000 1100000 0 100110 11110000 1011101 100000

Color Harmonies of #07069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07069D

Black with #07069D

Text Example


Text Example

White with #07069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07069D; }

 p { color: rgb(7,6,157); }

 H1.HeaderClassName
 {
   color: #07069D;
 }
 .AnyTagClassName
 {
   color: #07069D;
 }
</style>

background-color css

<style>
 a { background-color: #07069D; }

 a { background-color: rgb(7,6,157); }

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

border-color css

<style>
 span { border-color: #07069D; }

 span { border-color: rgb(7,6,157); }

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