Html Css Color HEX #182462 Sapphire

📋 copy color: '#182462'

red 24 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #182462

Tints of Sapphire #182462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

 BLUE value IS 98 (38.67% from 255) = 62.03%

R = 15.19%
G = 22.78%
B = 62.03%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182462 (or 0x182462) is known color: Sapphire. HEX triplet: 18, 24 and 62. RGB value is (24,36,98). Sum of RGB (Red+Green+Blue) = 24+36+98=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #182462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182462 is #E7DB9D. Grayscale: #272727. Windows color (decimal): -15195038 or 6431768. OLE color: 6431768.

HSL color Cylindrical-coordinate representation of color #182462: hue angle of 230.27º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182462 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 36 98 -
CMYK 0.76 0.63 0 0.62
HSL 230.27º 0.61% 0.24% -
HSV(B) 230.27º 0.76% 0.38% -
XYZ 3.21 2.34 11.84 -
YUV 39.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 24 36 98 0.76 0.63 0 0.62 230.27 0.61 0.24
Hex 18 24 62 4C 3F 0 3E E6 3D 18
Octal 30 44 142 114 77 0 76 346 75 30
Binary 11000 100100 1100010 1001100 111111 0 111110 11100110 111101 11000

Color Harmonies of #182462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182462

Black with #182462

Text Example


Text Example

White with #182462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182462; }

 p { color: rgb(24,36,98); }

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

background-color css

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

 a { background-color: rgb(24,36,98); }

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

border-color css

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

 span { border-color: rgb(24,36,98); }

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