Html Css Color HEX #185F93 Endeavour

📋 copy color: '#185F93'

red 24 ◦ green 95 ◦ blue 147

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

Shades of Endeavour #185F93

Tints of Endeavour #185F93

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 9.02%
G = 35.71%
B = 55.26%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185F93 (or 0x185F93) is known color: Endeavour. HEX triplet: 18, 5F and 93. RGB value is (24,95,147). Sum of RGB (Red+Green+Blue) = 24+95+147=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #185F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185F93 is #E7A06C. Grayscale: #4F4F4F. Windows color (decimal): -15179885 or 9658136. OLE color: 9658136.

HSL color Cylindrical-coordinate representation of color #185F93: hue angle of 205.37º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185F93 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 95 147 -
CMYK 0.84 0.35 0 0.42
HSL 205.37º 0.72% 0.34% -
HSV(B) 205.37º 0.84% 0.58% -
XYZ 9.74 10.49 29.11 -
YUV 79.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 24 95 147 0.84 0.35 0 0.42 205.37 0.72 0.34
Hex 18 5F 93 54 23 0 2A CD 48 22
Octal 30 137 223 124 43 0 52 315 110 42
Binary 11000 1011111 10010011 1010100 100011 0 101010 11001101 1001000 100010

Color Harmonies of #185F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F93

Black with #185F93

Text Example


Text Example

White with #185F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185F93; }

 p { color: rgb(24,95,147); }

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

background-color css

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

 a { background-color: rgb(24,95,147); }

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

border-color css

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

 span { border-color: rgb(24,95,147); }

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