Html Css Color HEX #182861 Sapphire

📋 copy color: '#182861'

red 24 ◦ green 40 ◦ blue 97

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

Shades of Sapphire #182861

Tints of Sapphire #182861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

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

R = 14.91%
G = 24.84%
B = 60.25%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182861 (or 0x182861) is known color: Sapphire. HEX triplet: 18, 28 and 61. RGB value is (24,40,97). Sum of RGB (Red+Green+Blue) = 24+40+97=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #182861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182861 is #E7D79E. Grayscale: #292929. Windows color (decimal): -15194015 or 6367256. OLE color: 6367256.

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

Color convert

RGB 24 40 97 -
CMYK 0.75 0.59 0 0.62
HSL 226.85º 0.6% 0.24% -
HSV(B) 226.85º 0.75% 0.38% -
XYZ 3.29 2.57 11.63 -
YUV 41.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 24 40 97 0.75 0.59 0 0.62 226.85 0.6 0.24
Hex 18 28 61 4B 3B 0 3E E3 3C 18
Octal 30 50 141 113 73 0 76 343 74 30
Binary 11000 101000 1100001 1001011 111011 0 111110 11100011 111100 11000

Color Harmonies of #182861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182861

Black with #182861

Text Example


Text Example

White with #182861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182861; }

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

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

background-color css

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

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

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

border-color css

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

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

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