Html Css Color HEX #182E61 Sapphire

📋 copy color: '#182E61'

red 24 ◦ green 46 ◦ blue 97

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

Shades of Sapphire #182E61

Tints of Sapphire #182E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 14.37%
G = 27.54%
B = 58.08%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182E61 (or 0x182E61) is known color: Sapphire. HEX triplet: 18, 2E and 61. RGB value is (24,46,97). Sum of RGB (Red+Green+Blue) = 24+46+97=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #182E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E61 is #E7D19E. Grayscale: #2D2D2D. Windows color (decimal): -15192479 or 6368792. OLE color: 6368792.

HSL color Cylindrical-coordinate representation of color #182E61: hue angle of 221.92º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182E61 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 46 97 -
CMYK 0.75 0.53 0 0.62
HSL 221.92º 0.6% 0.24% -
HSV(B) 221.92º 0.75% 0.38% -
XYZ 3.51 3.01 11.71 -
YUV 45.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 24 46 97 0.75 0.53 0 0.62 221.92 0.6 0.24
Hex 18 2E 61 4B 35 0 3E DE 3C 18
Octal 30 56 141 113 65 0 76 336 74 30
Binary 11000 101110 1100001 1001011 110101 0 111110 11011110 111100 11000

Color Harmonies of #182E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E61

Black with #182E61

Text Example


Text Example

White with #182E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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