Html Css Color HEX #182E76 Sapphire

📋 copy color: '#182E76'

red 24 ◦ green 46 ◦ blue 118

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

Shades of Sapphire #182E76

Tints of Sapphire #182E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 12.77%
G = 24.47%
B = 62.77%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#182E76 (or 0x182E76) is known color: Sapphire. HEX triplet: 18, 2E and 76. RGB value is (24,46,118). Sum of RGB (Red+Green+Blue) = 24+46+118=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #182E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E76 is #E7D189. Grayscale: #2F2F2F. Windows color (decimal): -15192458 or 7745048. OLE color: 7745048.

HSL color Cylindrical-coordinate representation of color #182E76: hue angle of 225.96º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182E76 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 46 118 -
CMYK 0.80 0.61 0 0.54
HSL 225.96º 0.66% 0.28% -
HSV(B) 225.96º 0.8% 0.46% -
XYZ 4.62 3.46 17.56 -
YUV 47.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 24 46 118 0.80 0.61 0 0.54 225.96 0.66 0.28
Hex 18 2E 76 50 3D 0 36 E2 42 1C
Octal 30 56 166 120 75 0 66 342 102 34
Binary 11000 101110 1110110 1010000 111101 0 110110 11100010 1000010 11100

Color Harmonies of #182E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E76

Black with #182E76

Text Example


Text Example

White with #182E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,46,118); }

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

background-color css

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

 a { background-color: rgb(24,46,118); }

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

border-color css

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

 span { border-color: rgb(24,46,118); }

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