Html Css Color HEX #182F9C Egyptian Blue

📋 copy color: '#182F9C'

red 24 ◦ green 47 ◦ blue 156

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

Shades of Egyptian Blue #182F9C

Tints of Egyptian Blue #182F9C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 156 (61.33% from 255) = 68.72%

R = 10.57%
G = 20.7%
B = 68.72%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#182F9C (or 0x182F9C) is known color: Egyptian Blue. HEX triplet: 18, 2F and 9C. RGB value is (24,47,156). Sum of RGB (Red+Green+Blue) = 24+47+156=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #182F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F9C is #E7D063. Grayscale: #343434. Windows color (decimal): -15192164 or 10235672. OLE color: 10235672.

HSL color Cylindrical-coordinate representation of color #182F9C: hue angle of 229.55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182F9C is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 47 156 -
CMYK 0.85 0.70 0 0.39
HSL 229.55º 0.73% 0.35% -
HSV(B) 229.55º 0.85% 0.61% -
XYZ 7.39 4.63 31.96 -
YUV 52.55 186.38 107.64 -
System Red Green Blue C M Y K H S L
Decimal 24 47 156 0.85 0.70 0 0.39 229.55 0.73 0.35
Hex 18 2F 9C 55 46 0 27 E6 49 23
Octal 30 57 234 125 106 0 47 346 111 43
Binary 11000 101111 10011100 1010101 1000110 0 100111 11100110 1001001 100011

Color Harmonies of #182F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F9C

Black with #182F9C

Text Example


Text Example

White with #182F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182F9C; }

 p { color: rgb(24,47,156); }

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

background-color css

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

 a { background-color: rgb(24,47,156); }

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

border-color css

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

 span { border-color: rgb(24,47,156); }

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