Html Css Color HEX #06047C Navy

📋 copy color: '#06047C'

red 6 ◦ green 4 ◦ blue 124

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

Shades of Navy #06047C

Tints of Navy #06047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

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

R = 4.48%
G = 2.99%
B = 92.54%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06047C (or 0x06047C) is known color: Navy. HEX triplet: 06, 04 and 7C. RGB value is (6,4,124). Sum of RGB (Red+Green+Blue) = 6+4+124=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 124 (48.83% from 255 or 92.54% from 134); Max value from RGB is 124 - color contains mainly: blue. Hex color #06047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06047C is #F9FB83. Grayscale: #111111. Windows color (decimal): -16382852 or 8127494. OLE color: 8127494.

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

Color convert

RGB 6 4 124 -
CMYK 0.95 0.97 0 0.51
HSL 241º 0.94% 0.25% -
HSV(B) 241º 0.97% 0.49% -
XYZ 3.76 1.58 19.18 -
YUV 18.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 6 4 124 0.95 0.97 0 0.51 241 0.94 0.25
Hex 6 4 7C 5F 61 0 33 F1 5E 19
Octal 6 4 174 137 141 0 63 361 136 31
Binary 110 100 1111100 1011111 1100001 0 110011 11110001 1011110 11001

Color Harmonies of #06047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06047C

Black with #06047C

Text Example


Text Example

White with #06047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06047C; }

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

 H1.HeaderClassName
 {
   color: #06047C;
 }
 .AnyTagClassName
 {
   color: #06047C;
 }
</style>

background-color css

<style>
 a { background-color: #06047C; }

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

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

border-color css

<style>
 span { border-color: #06047C; }

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

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