Html Css Color HEX #184F9A Endeavour

📋 copy color: '#184F9A'

red 24 ◦ green 79 ◦ blue 154

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

Shades of Endeavour #184F9A

Tints of Endeavour #184F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.92%

R = 9.34%
G = 30.74%
B = 59.92%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#184F9A (or 0x184F9A) is known color: Endeavour. HEX triplet: 18, 4F and 9A. RGB value is (24,79,154). Sum of RGB (Red+Green+Blue) = 24+79+154=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #184F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F9A is #E7B065. Grayscale: #464646. Windows color (decimal): -15183974 or 10112792. OLE color: 10112792.

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

Color convert

RGB 24 79 154 -
CMYK 0.84 0.49 0 0.40
HSL 214.62º 0.73% 0.35% -
HSV(B) 214.62º 0.84% 0.6% -
XYZ 9.01 8.12 31.66 -
YUV 71.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 24 79 154 0.84 0.49 0 0.40 214.62 0.73 0.35
Hex 18 4F 9A 54 31 0 28 D7 49 23
Octal 30 117 232 124 61 0 50 327 111 43
Binary 11000 1001111 10011010 1010100 110001 0 101000 11010111 1001001 100011

Color Harmonies of #184F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184F9A

Black with #184F9A

Text Example


Text Example

White with #184F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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