Html Css Color HEX #060FAF New Midnight Blue

📋 copy color: '#060FAF'

red 6 ◦ green 15 ◦ blue 175

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

Shades of New Midnight Blue #060FAF

Tints of New Midnight Blue #060FAF

RGB

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

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

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

R = 3.06%
G = 7.65%
B = 89.29%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#060FAF (or 0x060FAF) is known color: New Midnight Blue. HEX triplet: 06, 0F and AF. RGB value is (6,15,175). Sum of RGB (Red+Green+Blue) = 6+15+175=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 175 (68.75% from 255 or 89.29% from 196); Max value from RGB is 175 - color contains mainly: blue. Hex color #060FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060FAF is #F9F050. Grayscale: #1D1D1D. Windows color (decimal): -16379985 or 11472646. OLE color: 11472646.

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

Color convert

RGB 6 15 175 -
CMYK 0.97 0.91 0 0.31
HSL 236.8º 0.93% 0.35% -
HSV(B) 236.8º 0.97% 0.69% -
XYZ 7.98 3.48 40.81 -
YUV 30.55 209.52 110.49 -
System Red Green Blue C M Y K H S L
Decimal 6 15 175 0.97 0.91 0 0.31 236.8 0.93 0.35
Hex 6 F AF 61 5B 0 1F ED 5D 23
Octal 6 17 257 141 133 0 37 355 135 43
Binary 110 1111 10101111 1100001 1011011 0 11111 11101101 1011101 100011

Color Harmonies of #060FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060FAF

Black with #060FAF

Text Example


Text Example

White with #060FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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