Html Css Color HEX #185390 Endeavour

📋 copy color: '#185390'

red 24 ◦ green 83 ◦ blue 144

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

Shades of Endeavour #185390

Tints of Endeavour #185390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.37%

R = 9.56%
G = 33.07%
B = 57.37%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#185390 (or 0x185390) is known color: Endeavour. HEX triplet: 18, 53 and 90. RGB value is (24,83,144). Sum of RGB (Red+Green+Blue) = 24+83+144=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #185390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185390 is #E7AC6F. Grayscale: #484848. Windows color (decimal): -15182960 or 9458456. OLE color: 9458456.

HSL color Cylindrical-coordinate representation of color #185390: hue angle of 210.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185390 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 83 144 -
CMYK 0.83 0.42 0 0.44
HSL 210.5º 0.71% 0.33% -
HSV(B) 210.5º 0.83% 0.56% -
XYZ 8.5 8.39 27.56 -
YUV 72.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 24 83 144 0.83 0.42 0 0.44 210.5 0.71 0.33
Hex 18 53 90 53 2A 0 2C D2 47 21
Octal 30 123 220 123 52 0 54 322 107 41
Binary 11000 1010011 10010000 1010011 101010 0 101100 11010010 1000111 100001

Color Harmonies of #185390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185390

Black with #185390

Text Example


Text Example

White with #185390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185390; }

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

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

background-color css

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

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

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

border-color css

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

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

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