Html Css Color HEX #060A7C Navy

📋 copy color: '#060A7C'

red 6 ◦ green 10 ◦ blue 124

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

Shades of Navy #060A7C

Tints of Navy #060A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 88.57%

R = 4.29%
G = 7.14%
B = 88.57%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#060A7C (or 0x060A7C) is known color: Navy. HEX triplet: 06, 0A and 7C. RGB value is (6,10,124). Sum of RGB (Red+Green+Blue) = 6+10+124=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #060A7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A7C is #F9F583. Grayscale: #151515. Windows color (decimal): -16381316 or 8129030. OLE color: 8129030.

HSL color Cylindrical-coordinate representation of color #060A7C: hue angle of 237.97º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060A7C is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 10 124 -
CMYK 0.95 0.92 0 0.51
HSL 237.97º 0.91% 0.25% -
HSV(B) 237.97º 0.95% 0.49% -
XYZ 3.82 1.71 19.2 -
YUV 21.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 6 10 124 0.95 0.92 0 0.51 237.97 0.91 0.25
Hex 6 A 7C 5F 5C 0 33 EE 5B 19
Octal 6 12 174 137 134 0 63 356 133 31
Binary 110 1010 1111100 1011111 1011100 0 110011 11101110 1011011 11001

Color Harmonies of #060A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A7C

Black with #060A7C

Text Example


Text Example

White with #060A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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