Html Css Color HEX #182D79 Sapphire

📋 copy color: '#182D79'

red 24 ◦ green 45 ◦ blue 121

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

Shades of Sapphire #182D79

Tints of Sapphire #182D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 12.63%
G = 23.68%
B = 63.68%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#182D79 (or 0x182D79) is known color: Sapphire. HEX triplet: 18, 2D and 79. RGB value is (24,45,121). Sum of RGB (Red+Green+Blue) = 24+45+121=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #182D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D79 is #E7D286. Grayscale: #2F2F2F. Windows color (decimal): -15192711 or 7941400. OLE color: 7941400.

HSL color Cylindrical-coordinate representation of color #182D79: hue angle of 227.01º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182D79 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 45 121 -
CMYK 0.80 0.63 0 0.53
HSL 227.01º 0.67% 0.28% -
HSV(B) 227.01º 0.8% 0.47% -
XYZ 4.77 3.45 18.5 -
YUV 47.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 24 45 121 0.80 0.63 0 0.53 227.01 0.67 0.28
Hex 18 2D 79 50 3F 0 35 E3 43 1C
Octal 30 55 171 120 77 0 65 343 103 34
Binary 11000 101101 1111001 1010000 111111 0 110101 11100011 1000011 11100

Color Harmonies of #182D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182D79

Black with #182D79

Text Example


Text Example

White with #182D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,45,121); }

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

background-color css

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

 a { background-color: rgb(24,45,121); }

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

border-color css

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

 span { border-color: rgb(24,45,121); }

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