Html Css Color HEX #010FAF New Midnight Blue

📋 copy color: '#010FAF'

red 1 ◦ green 15 ◦ blue 175

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

Shades of New Midnight Blue #010FAF

Tints of New Midnight Blue #010FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.85%

 BLUE value IS 175 (68.75% from 255) = 91.62%

R = 0.52%
G = 7.85%
B = 91.62%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#010FAF (or 0x010FAF) is known color: New Midnight Blue. HEX triplet: 01, 0F and AF. RGB value is (1,15,175). Sum of RGB (Red+Green+Blue) = 1+15+175=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 175 (68.75% from 255 or 91.62% from 191); Max value from RGB is 175 - color contains mainly: blue. Hex color #010FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FAF is #FEF050. Grayscale: #1C1C1C. Windows color (decimal): -16707665 or 11472641. OLE color: 11472641.

HSL color Cylindrical-coordinate representation of color #010FAF: hue angle of 235.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FAF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 15 175 -
CMYK 0.99 0.91 0 0.31
HSL 235.17º 0.99% 0.35% -
HSV(B) 235.17º 0.99% 0.69% -
XYZ 7.92 3.44 40.8 -
YUV 29.05 210.36 107.99 -
System Red Green Blue C M Y K H S L
Decimal 1 15 175 0.99 0.91 0 0.31 235.17 0.99 0.35
Hex 1 F AF 63 5B 0 1F EB 63 23
Octal 1 17 257 143 133 0 37 353 143 43
Binary 1 1111 10101111 1100011 1011011 0 11111 11101011 1100011 100011

Color Harmonies of #010FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FAF

Black with #010FAF

Text Example


Text Example

White with #010FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010FAF; }

 p { color: rgb(1,15,175); }

 H1.HeaderClassName
 {
   color: #010FAF;
 }
 .AnyTagClassName
 {
   color: #010FAF;
 }
</style>

background-color css

<style>
 a { background-color: #010FAF; }

 a { background-color: rgb(1,15,175); }

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

border-color css

<style>
 span { border-color: #010FAF; }

 span { border-color: rgb(1,15,175); }

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