Html Css Color HEX #061378 Navy

📋 copy color: '#061378'

red 6 ◦ green 19 ◦ blue 120

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

Shades of Navy #061378

Tints of Navy #061378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 120 (47.27% from 255) = 82.76%

R = 4.14%
G = 13.1%
B = 82.76%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#061378 (or 0x061378) is known color: Navy. HEX triplet: 06, 13 and 78. RGB value is (6,19,120). Sum of RGB (Red+Green+Blue) = 6+19+120=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #061378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061378 is #F9EC87. Grayscale: #1A1A1A. Windows color (decimal): -16379016 or 7869190. OLE color: 7869190.

HSL color Cylindrical-coordinate representation of color #061378: hue angle of 233.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061378 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 19 120 -
CMYK 0.95 0.84 0 0.53
HSL 233.16º 0.9% 0.25% -
HSV(B) 233.16º 0.95% 0.47% -
XYZ 3.7 1.86 17.93 -
YUV 26.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 6 19 120 0.95 0.84 0 0.53 233.16 0.9 0.25
Hex 6 13 78 5F 54 0 35 E9 5A 19
Octal 6 23 170 137 124 0 65 351 132 31
Binary 110 10011 1111000 1011111 1010100 0 110101 11101001 1011010 11001

Color Harmonies of #061378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061378

Black with #061378

Text Example


Text Example

White with #061378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061378; }

 p { color: rgb(6,19,120); }

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

background-color css

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

 a { background-color: rgb(6,19,120); }

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

border-color css

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

 span { border-color: rgb(6,19,120); }

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