Html Css Color HEX #060DAB New Midnight Blue

📋 copy color: '#060DAB'

red 6 ◦ green 13 ◦ blue 171

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

Shades of New Midnight Blue #060DAB

Tints of New Midnight Blue #060DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.84%

 BLUE value IS 171 (67.19% from 255) = 90%

R = 3.16%
G = 6.84%
B = 90%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#060DAB (or 0x060DAB) is known color: New Midnight Blue. HEX triplet: 06, 0D and AB. RGB value is (6,13,171). Sum of RGB (Red+Green+Blue) = 6+13+171=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #060DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060DAB is #F9F254. Grayscale: #1C1C1C. Windows color (decimal): -16380501 or 11209990. OLE color: 11209990.

HSL color Cylindrical-coordinate representation of color #060DAB: hue angle of 237.45º 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 #060DAB is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 13 171 -
CMYK 0.96 0.92 0 0.33
HSL 237.45º 0.93% 0.35% -
HSV(B) 237.45º 0.96% 0.67% -
XYZ 7.57 3.27 38.76 -
YUV 28.92 208.18 111.65 -
System Red Green Blue C M Y K H S L
Decimal 6 13 171 0.96 0.92 0 0.33 237.45 0.93 0.35
Hex 6 D AB 60 5C 0 21 ED 5D 23
Octal 6 15 253 140 134 0 41 355 135 43
Binary 110 1101 10101011 1100000 1011100 0 100001 11101101 1011101 100011

Color Harmonies of #060DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DAB

Black with #060DAB

Text Example


Text Example

White with #060DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,13,171); }

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

background-color css

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

 a { background-color: rgb(6,13,171); }

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

border-color css

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

 span { border-color: rgb(6,13,171); }

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