Html Css Color HEX #060E96 New Midnight Blue

📋 copy color: '#060E96'

red 6 ◦ green 14 ◦ blue 150

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

Shades of New Midnight Blue #060E96

Tints of New Midnight Blue #060E96

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 150 (58.98% from 255) = 88.24%

R = 3.53%
G = 8.24%
B = 88.24%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#060E96 (or 0x060E96) is known color: New Midnight Blue. HEX triplet: 06, 0E and 96. RGB value is (6,14,150). Sum of RGB (Red+Green+Blue) = 6+14+150=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #060E96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060E96 is #F9F169. Grayscale: #1A1A1A. Windows color (decimal): -16380266 or 9833990. OLE color: 9833990.

HSL color Cylindrical-coordinate representation of color #060E96: hue angle of 236.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060E96 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 14 150 -
CMYK 0.96 0.91 0 0.41
HSL 236.67º 0.92% 0.31% -
HSV(B) 236.67º 0.96% 0.59% -
XYZ 5.74 2.55 29.04 -
YUV 27.11 197.35 112.94 -
System Red Green Blue C M Y K H S L
Decimal 6 14 150 0.96 0.91 0 0.41 236.67 0.92 0.31
Hex 6 E 96 60 5B 0 29 ED 5C 1F
Octal 6 16 226 140 133 0 51 355 134 37
Binary 110 1110 10010110 1100000 1011011 0 101001 11101101 1011100 11111

Color Harmonies of #060E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E96

Black with #060E96

Text Example


Text Example

White with #060E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,14,150); }

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

background-color css

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

 a { background-color: rgb(6,14,150); }

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

border-color css

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

 span { border-color: rgb(6,14,150); }

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