Html Css Color HEX #182662 Sapphire

📋 copy color: '#182662'

red 24 ◦ green 38 ◦ blue 98

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

Shades of Sapphire #182662

Tints of Sapphire #182662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.75%

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

R = 15%
G = 23.75%
B = 61.25%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182662 (or 0x182662) is known color: Sapphire. HEX triplet: 18, 26 and 62. RGB value is (24,38,98). Sum of RGB (Red+Green+Blue) = 24+38+98=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #182662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182662 is #E7D99D. Grayscale: #282828. Windows color (decimal): -15194526 or 6432280. OLE color: 6432280.

HSL color Cylindrical-coordinate representation of color #182662: hue angle of 228.65º 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 #182662 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 38 98 -
CMYK 0.76 0.61 0 0.62
HSL 228.65º 0.61% 0.24% -
HSV(B) 228.65º 0.76% 0.38% -
XYZ 3.27 2.46 11.86 -
YUV 40.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 24 38 98 0.76 0.61 0 0.62 228.65 0.61 0.24
Hex 18 26 62 4C 3D 0 3E E5 3D 18
Octal 30 46 142 114 75 0 76 345 75 30
Binary 11000 100110 1100010 1001100 111101 0 111110 11100101 111101 11000

Color Harmonies of #182662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182662

Black with #182662

Text Example


Text Example

White with #182662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182662; }

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

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

background-color css

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

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

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

border-color css

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

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

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