Html Css Color HEX #182F9F Egyptian Blue

📋 copy color: '#182F9F'

red 24 ◦ green 47 ◦ blue 159

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

Shades of Egyptian Blue #182F9F

Tints of Egyptian Blue #182F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 69.13%

R = 10.43%
G = 20.43%
B = 69.13%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#182F9F (or 0x182F9F) is known color: Egyptian Blue. HEX triplet: 18, 2F and 9F. RGB value is (24,47,159). Sum of RGB (Red+Green+Blue) = 24+47+159=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #182F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F9F is #E7D060. Grayscale: #343434. Windows color (decimal): -15192161 or 10432280. OLE color: 10432280.

HSL color Cylindrical-coordinate representation of color #182F9F: hue angle of 229.78º 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 #182F9F is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 47 159 -
CMYK 0.85 0.70 0 0.38
HSL 229.78º 0.74% 0.36% -
HSV(B) 229.78º 0.85% 0.62% -
XYZ 7.65 4.73 33.31 -
YUV 52.89 187.88 107.39 -
System Red Green Blue C M Y K H S L
Decimal 24 47 159 0.85 0.70 0 0.38 229.78 0.74 0.36
Hex 18 2F 9F 55 46 0 26 E6 4A 24
Octal 30 57 237 125 106 0 46 346 112 44
Binary 11000 101111 10011111 1010101 1000110 0 100110 11100110 1001010 100100

Color Harmonies of #182F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F9F

Black with #182F9F

Text Example


Text Example

White with #182F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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