Html Css Color HEX #1853A0 Endeavour

📋 copy color: '#1853A0'

red 24 ◦ green 83 ◦ blue 160

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

Shades of Endeavour #1853A0

Tints of Endeavour #1853A0

RGB

 RED value IS 24 (9.77% from 255) = 8.99%

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

 BLUE value IS 160 (62.89% from 255) = 59.93%

R = 8.99%
G = 31.09%
B = 59.93%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1853A0 (or 0x1853A0) is known color: Endeavour. HEX triplet: 18, 53 and A0. RGB value is (24,83,160). Sum of RGB (Red+Green+Blue) = 24+83+160=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #1853A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1853A0 is #E7AC5F. Grayscale: #494949. Windows color (decimal): -15182944 or 10507032. OLE color: 10507032.

HSL color Cylindrical-coordinate representation of color #1853A0: hue angle of 213.97º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1853A0 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 83 160 -
CMYK 0.85 0.48 0 0.37
HSL 213.97º 0.74% 0.36% -
HSV(B) 213.97º 0.85% 0.63% -
XYZ 9.82 8.92 34.46 -
YUV 74.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 24 83 160 0.85 0.48 0 0.37 213.97 0.74 0.36
Hex 18 53 A0 55 30 0 25 D6 4A 24
Octal 30 123 240 125 60 0 45 326 112 44
Binary 11000 1010011 10100000 1010101 110000 0 100101 11010110 1001010 100100

Color Harmonies of #1853A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853A0

Black with #1853A0

Text Example


Text Example

White with #1853A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1853A0; }

 p { color: rgb(24,83,160); }

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

background-color css

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

 a { background-color: rgb(24,83,160); }

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

border-color css

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

 span { border-color: rgb(24,83,160); }

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