Html Css Color HEX #06147C Navy

📋 copy color: '#06147C'

red 6 ◦ green 20 ◦ blue 124

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

Shades of Navy #06147C

Tints of Navy #06147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

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

R = 4%
G = 13.33%
B = 82.67%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06147C (or 0x06147C) is known color: Navy. HEX triplet: 06, 14 and 7C. RGB value is (6,20,124). Sum of RGB (Red+Green+Blue) = 6+20+124=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #06147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06147C is #F9EB83. Grayscale: #1B1B1B. Windows color (decimal): -16378756 or 8131590. OLE color: 8131590.

HSL color Cylindrical-coordinate representation of color #06147C: hue angle of 232.88º 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 #06147C is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 20 124 -
CMYK 0.95 0.84 0 0.51
HSL 232.88º 0.91% 0.25% -
HSV(B) 232.88º 0.95% 0.49% -
XYZ 3.96 1.99 19.24 -
YUV 27.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 6 20 124 0.95 0.84 0 0.51 232.88 0.91 0.25
Hex 6 14 7C 5F 54 0 33 E9 5B 19
Octal 6 24 174 137 124 0 63 351 133 31
Binary 110 10100 1111100 1011111 1010100 0 110011 11101001 1011011 11001

Color Harmonies of #06147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06147C

Black with #06147C

Text Example


Text Example

White with #06147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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