Html Css Color HEX #185F94 Endeavour

📋 copy color: '#185F94'

red 24 ◦ green 95 ◦ blue 148

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

Shades of Endeavour #185F94

Tints of Endeavour #185F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 8.99%
G = 35.58%
B = 55.43%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185F94 (or 0x185F94) is known color: Endeavour. HEX triplet: 18, 5F and 94. RGB value is (24,95,148). Sum of RGB (Red+Green+Blue) = 24+95+148=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #185F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185F94 is #E7A06B. Grayscale: #4F4F4F. Windows color (decimal): -15179884 or 9723672. OLE color: 9723672.

HSL color Cylindrical-coordinate representation of color #185F94: hue angle of 205.65º 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 #185F94 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 95 148 -
CMYK 0.84 0.36 0 0.42
HSL 205.65º 0.72% 0.34% -
HSV(B) 205.65º 0.84% 0.58% -
XYZ 9.81 10.52 29.53 -
YUV 79.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 24 95 148 0.84 0.36 0 0.42 205.65 0.72 0.34
Hex 18 5F 94 54 24 0 2A CE 48 22
Octal 30 137 224 124 44 0 52 316 110 42
Binary 11000 1011111 10010100 1010100 100100 0 101010 11001110 1001000 100010

Color Harmonies of #185F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F94

Black with #185F94

Text Example


Text Example

White with #185F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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