Html Css Color HEX #19539C Endeavour

📋 copy color: '#19539C'

red 25 ◦ green 83 ◦ blue 156

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

Shades of Endeavour #19539C

Tints of Endeavour #19539C

RGB

 RED value IS 25 (10.16% from 255) = 9.47%

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 9.47%
G = 31.44%
B = 59.09%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19539C (or 0x19539C) is known color: Endeavour. HEX triplet: 19, 53 and 9C. RGB value is (25,83,156). Sum of RGB (Red+Green+Blue) = 25+83+156=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #19539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19539C is #E6AC63. Grayscale: #494949. Windows color (decimal): -15117412 or 10244889. OLE color: 10244889.

HSL color Cylindrical-coordinate representation of color #19539C: hue angle of 213.44º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19539C is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 83 156 -
CMYK 0.84 0.47 0 0.39
HSL 213.44º 0.72% 0.35% -
HSV(B) 213.44º 0.84% 0.61% -
XYZ 9.49 8.79 32.65 -
YUV 73.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 25 83 156 0.84 0.47 0 0.39 213.44 0.72 0.35
Hex 19 53 9C 54 2F 0 27 D5 48 23
Octal 31 123 234 124 57 0 47 325 110 43
Binary 11001 1010011 10011100 1010100 101111 0 100111 11010101 1001000 100011

Color Harmonies of #19539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19539C

Black with #19539C

Text Example


Text Example

White with #19539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,83,156); }

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

background-color css

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

 a { background-color: rgb(25,83,156); }

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

border-color css

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

 span { border-color: rgb(25,83,156); }

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