Html Css Color HEX #185299 Endeavour

📋 copy color: '#185299'

red 24 ◦ green 82 ◦ blue 153

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

Shades of Endeavour #185299

Tints of Endeavour #185299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.66%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 9.27%
G = 31.66%
B = 59.07%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#185299 (or 0x185299) is known color: Endeavour. HEX triplet: 18, 52 and 99. RGB value is (24,82,153). Sum of RGB (Red+Green+Blue) = 24+82+153=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #185299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185299 is #E7AD66. Grayscale: #484848. Windows color (decimal): -15183207 or 10048024. OLE color: 10048024.

HSL color Cylindrical-coordinate representation of color #185299: hue angle of 213.02º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185299 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 82 153 -
CMYK 0.84 0.46 0 0.4
HSL 213.02º 0.73% 0.35% -
HSV(B) 213.02º 0.84% 0.6% -
XYZ 9.14 8.53 31.3 -
YUV 72.75 173.28 93.23 -
System Red Green Blue C M Y K H S L
Decimal 24 82 153 0.84 0.46 0 0.4 213.02 0.73 0.35
Hex 18 52 99 54 2E 0 28 D5 49 23
Octal 30 122 231 124 56 0 50 325 111 43
Binary 11000 1010010 10011001 1010100 101110 0 101000 11010101 1001001 100011

Color Harmonies of #185299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185299

Black with #185299

Text Example


Text Example

White with #185299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185299; }

 p { color: rgb(24,82,153); }

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

background-color css

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

 a { background-color: rgb(24,82,153); }

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

border-color css

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

 span { border-color: rgb(24,82,153); }

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