Html Css Color HEX #182962 Sapphire

📋 copy color: '#182962'

red 24 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #182962

Tints of Sapphire #182962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

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

R = 14.72%
G = 25.15%
B = 60.12%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182962 (or 0x182962) is known color: Sapphire. HEX triplet: 18, 29 and 62. RGB value is (24,41,98). Sum of RGB (Red+Green+Blue) = 24+41+98=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #182962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182962 is #E7D69D. Grayscale: #2A2A2A. Windows color (decimal): -15193758 or 6433048. OLE color: 6433048.

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

Color convert

RGB 24 41 98 -
CMYK 0.76 0.58 0 0.62
HSL 226.22º 0.61% 0.24% -
HSV(B) 226.22º 0.76% 0.38% -
XYZ 3.37 2.66 11.89 -
YUV 42.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 24 41 98 0.76 0.58 0 0.62 226.22 0.61 0.24
Hex 18 29 62 4C 3A 0 3E E2 3D 18
Octal 30 51 142 114 72 0 76 342 75 30
Binary 11000 101001 1100010 1001100 111010 0 111110 11100010 111101 11000

Color Harmonies of #182962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182962

Black with #182962

Text Example


Text Example

White with #182962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182962; }

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

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

background-color css

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

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

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

border-color css

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

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

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