Html Css Color HEX #060A98 New Midnight Blue

📋 copy color: '#060A98'

red 6 ◦ green 10 ◦ blue 152

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

Shades of New Midnight Blue #060A98

Tints of New Midnight Blue #060A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.95%

 BLUE value IS 152 (59.77% from 255) = 90.48%

R = 3.57%
G = 5.95%
B = 90.48%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#060A98 (or 0x060A98) is known color: New Midnight Blue. HEX triplet: 06, 0A and 98. RGB value is (6,10,152). Sum of RGB (Red+Green+Blue) = 6+10+152=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 152 (59.77% from 255 or 90.48% from 168); Max value from RGB is 152 - color contains mainly: blue. Hex color #060A98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060A98 is #F9F567. Grayscale: #181818. Windows color (decimal): -16381288 or 9964038. OLE color: 9964038.

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

Color convert

RGB 6 10 152 -
CMYK 0.96 0.93 0 0.40
HSL 238.36º 0.92% 0.31% -
HSV(B) 238.36º 0.96% 0.6% -
XYZ 5.85 2.52 29.88 -
YUV 24.99 199.67 114.45 -
System Red Green Blue C M Y K H S L
Decimal 6 10 152 0.96 0.93 0 0.40 238.36 0.92 0.31
Hex 6 A 98 60 5D 0 28 EE 5C 1F
Octal 6 12 230 140 135 0 50 356 134 37
Binary 110 1010 10011000 1100000 1011101 0 101000 11101110 1011100 11111

Color Harmonies of #060A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A98

Black with #060A98

Text Example


Text Example

White with #060A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,10,152); }

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

background-color css

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

 a { background-color: rgb(6,10,152); }

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

border-color css

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

 span { border-color: rgb(6,10,152); }

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