Html Css Color HEX #060C9A New Midnight Blue

📋 copy color: '#060C9A'

red 6 ◦ green 12 ◦ blue 154

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

Shades of New Midnight Blue #060C9A

Tints of New Midnight Blue #060C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.98%

 BLUE value IS 154 (60.55% from 255) = 89.53%

R = 3.49%
G = 6.98%
B = 89.53%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#060C9A (or 0x060C9A) is known color: New Midnight Blue. HEX triplet: 06, 0C and 9A. RGB value is (6,12,154). Sum of RGB (Red+Green+Blue) = 6+12+154=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 154 (60.55% from 255 or 89.53% from 172); Max value from RGB is 154 - color contains mainly: blue. Hex color #060C9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C9A is #F9F365. Grayscale: #191919. Windows color (decimal): -16380774 or 10095622. OLE color: 10095622.

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

Color convert

RGB 6 12 154 -
CMYK 0.96 0.92 0 0.40
HSL 237.57º 0.93% 0.31% -
HSV(B) 237.57º 0.96% 0.6% -
XYZ 6.04 2.63 30.76 -
YUV 26.39 200.01 113.45 -
System Red Green Blue C M Y K H S L
Decimal 6 12 154 0.96 0.92 0 0.40 237.57 0.93 0.31
Hex 6 C 9A 60 5C 0 28 EE 5C 1F
Octal 6 14 232 140 134 0 50 356 134 37
Binary 110 1100 10011010 1100000 1011100 0 101000 11101110 1011100 11111

Color Harmonies of #060C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C9A

Black with #060C9A

Text Example


Text Example

White with #060C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,12,154); }

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

background-color css

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

 a { background-color: rgb(6,12,154); }

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

border-color css

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

 span { border-color: rgb(6,12,154); }

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