Html Css Color HEX #0607AA New Midnight Blue

📋 copy color: '#0607AA'

red 6 ◦ green 7 ◦ blue 170

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

Shades of New Midnight Blue #0607AA

Tints of New Midnight Blue #0607AA

RGB

 RED value IS 6 (2.73% from 255) = 3.28%

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

 BLUE value IS 170 (66.8% from 255) = 92.9%

R = 3.28%
G = 3.83%
B = 92.9%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0607AA (or 0x0607AA) is known color: New Midnight Blue. HEX triplet: 06, 07 and AA. RGB value is (6,7,170). Sum of RGB (Red+Green+Blue) = 6+7+170=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #0607AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0607AA is #F9F855. Grayscale: #181818. Windows color (decimal): -16382038 or 11142918. OLE color: 11142918.

HSL color Cylindrical-coordinate representation of color #0607AA: hue angle of 239.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0607AA is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 7 170 -
CMYK 0.96 0.96 0 0.33
HSL 239.63º 0.93% 0.35% -
HSV(B) 239.63º 0.96% 0.67% -
XYZ 7.41 3.09 38.24 -
YUV 25.28 209.67 114.25 -
System Red Green Blue C M Y K H S L
Decimal 6 7 170 0.96 0.96 0 0.33 239.63 0.93 0.35
Hex 6 7 AA 60 60 0 21 F0 5D 23
Octal 6 7 252 140 140 0 41 360 135 43
Binary 110 111 10101010 1100000 1100000 0 100001 11110000 1011101 100011

Color Harmonies of #0607AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0607AA

Black with #0607AA

Text Example


Text Example

White with #0607AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0607AA; }

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

 H1.HeaderClassName
 {
   color: #0607AA;
 }
 .AnyTagClassName
 {
   color: #0607AA;
 }
</style>

background-color css

<style>
 a { background-color: #0607AA; }

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

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

border-color css

<style>
 span { border-color: #0607AA; }

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

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