Html Css Color HEX #185298 Endeavour

📋 copy color: '#185298'

red 24 ◦ green 82 ◦ blue 152

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

Shades of Endeavour #185298

Tints of Endeavour #185298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.91%

R = 9.3%
G = 31.78%
B = 58.91%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#185298 (or 0x185298) is known color: Endeavour. HEX triplet: 18, 52 and 98. RGB value is (24,82,152). Sum of RGB (Red+Green+Blue) = 24+82+152=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #185298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185298 is #E7AD67. Grayscale: #484848. Windows color (decimal): -15183208 or 9982488. OLE color: 9982488.

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

Color convert

RGB 24 82 152 -
CMYK 0.84 0.46 0 0.40
HSL 212.81º 0.73% 0.35% -
HSV(B) 212.81º 0.84% 0.6% -
XYZ 9.06 8.5 30.87 -
YUV 72.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 24 82 152 0.84 0.46 0 0.40 212.81 0.73 0.35
Hex 18 52 98 54 2E 0 28 D5 49 23
Octal 30 122 230 124 56 0 50 325 111 43
Binary 11000 1010010 10011000 1010100 101110 0 101000 11010101 1001001 100011

Color Harmonies of #185298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185298

Black with #185298

Text Example


Text Example

White with #185298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185298; }

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

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

background-color css

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

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

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

border-color css

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

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

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