Html Css Color HEX #182960 Sapphire

📋 copy color: '#182960'

red 24 ◦ green 41 ◦ blue 96

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

Shades of Sapphire #182960

Tints of Sapphire #182960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 14.91%
G = 25.47%
B = 59.63%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182960 (or 0x182960) is known color: Sapphire. HEX triplet: 18, 29 and 60. RGB value is (24,41,96). Sum of RGB (Red+Green+Blue) = 24+41+96=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #182960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182960 is #E7D69F. Grayscale: #292929. Windows color (decimal): -15193760 or 6301976. OLE color: 6301976.

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

Color convert

RGB 24 41 96 -
CMYK 0.75 0.57 0 0.62
HSL 225.83º 0.6% 0.24% -
HSV(B) 225.83º 0.75% 0.38% -
XYZ 3.28 2.62 11.4 -
YUV 42.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 24 41 96 0.75 0.57 0 0.62 225.83 0.6 0.24
Hex 18 29 60 4B 39 0 3E E2 3C 18
Octal 30 51 140 113 71 0 76 342 74 30
Binary 11000 101001 1100000 1001011 111001 0 111110 11100010 111100 11000

Color Harmonies of #182960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182960

Black with #182960

Text Example


Text Example

White with #182960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182960; }

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

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

background-color css

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

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

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

border-color css

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

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

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