Html Css Color HEX #184F9E Endeavour

📋 copy color: '#184F9E'

red 24 ◦ green 79 ◦ blue 158

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

Shades of Endeavour #184F9E

Tints of Endeavour #184F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.27%

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 9.2%
G = 30.27%
B = 60.54%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#184F9E (or 0x184F9E) is known color: Endeavour. HEX triplet: 18, 4F and 9E. RGB value is (24,79,158). Sum of RGB (Red+Green+Blue) = 24+79+158=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #184F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F9E is #E7B061. Grayscale: #474747. Windows color (decimal): -15183970 or 10374936. OLE color: 10374936.

HSL color Cylindrical-coordinate representation of color #184F9E: hue angle of 215.37º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184F9E is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 79 158 -
CMYK 0.85 0.50 0 0.38
HSL 215.37º 0.74% 0.36% -
HSV(B) 215.37º 0.85% 0.62% -
XYZ 9.34 8.25 33.45 -
YUV 71.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 24 79 158 0.85 0.50 0 0.38 215.37 0.74 0.36
Hex 18 4F 9E 55 32 0 26 D7 4A 24
Octal 30 117 236 125 62 0 46 327 112 44
Binary 11000 1001111 10011110 1010101 110010 0 100110 11010111 1001010 100100

Color Harmonies of #184F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184F9E

Black with #184F9E

Text Example


Text Example

White with #184F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184F9E; }

 p { color: rgb(24,79,158); }

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

background-color css

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

 a { background-color: rgb(24,79,158); }

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

border-color css

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

 span { border-color: rgb(24,79,158); }

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