Html Css Color HEX #0107AA New Midnight Blue

📋 copy color: '#0107AA'

red 1 ◦ green 7 ◦ blue 170

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

Shades of New Midnight Blue #0107AA

Tints of New Midnight Blue #0107AA

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

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

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

R = 0.56%
G = 3.93%
B = 95.51%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0107AA (or 0x0107AA) is known color: New Midnight Blue. HEX triplet: 01, 07 and AA. RGB value is (1,7,170). Sum of RGB (Red+Green+Blue) = 1+7+170=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 170 (66.80% from 255 or 95.51% from 178); Max value from RGB is 170 - color contains mainly: blue. Hex color #0107AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0107AA is #FEF855. Grayscale: #171717. Windows color (decimal): -16709718 or 11142913. OLE color: 11142913.

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

Color convert

RGB 1 7 170 -
CMYK 0.99 0.96 0 0.33
HSL 237.87º 0.99% 0.34% -
HSV(B) 237.87º 0.99% 0.67% -
XYZ 7.34 3.06 38.23 -
YUV 23.79 210.51 111.75 -
System Red Green Blue C M Y K H S L
Decimal 1 7 170 0.99 0.96 0 0.33 237.87 0.99 0.34
Hex 1 7 AA 63 60 0 21 EE 63 22
Octal 1 7 252 143 140 0 41 356 143 42
Binary 1 111 10101010 1100011 1100000 0 100001 11101110 1100011 100010

Color Harmonies of #0107AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0107AA

Black with #0107AA

Text Example


Text Example

White with #0107AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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