Html Css Color HEX #130678 Navy

📋 copy color: '#130678'

red 19 ◦ green 6 ◦ blue 120

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

Shades of Navy #130678

Tints of Navy #130678

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130678 (or 0x130678) is known color: Navy. HEX triplet: 13, 06 and 78. RGB value is (19,6,120). Sum of RGB (Red+Green+Blue) = 19+6+120=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 6 (2.73% from 255 or 4.14% 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 #130678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130678 is #ECF987. Grayscale: #161616. Windows color (decimal): -15530376 or 7865875. OLE color: 7865875.

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

Color convert

RGB 19 6 120 -
CMYK 0.84 0.95 0 0.53
HSL 246.84º 0.9% 0.25% -
HSV(B) 246.84º 0.95% 0.47% -
XYZ 3.72 1.62 17.89 -
YUV 22.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 19 6 120 0.84 0.95 0 0.53 246.84 0.9 0.25
Hex 13 6 78 54 5F 0 35 F7 5A 19
Octal 23 6 170 124 137 0 65 367 132 31
Binary 10011 110 1111000 1010100 1011111 0 110101 11110111 1011010 11001

Color Harmonies of #130678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130678

Black with #130678

Text Example


Text Example

White with #130678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130678; }

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

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

background-color css

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

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

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

border-color css

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

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

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