Html Css Color HEX #182868 Sapphire

📋 copy color: '#182868'

red 24 ◦ green 40 ◦ blue 104

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

Shades of Sapphire #182868

Tints of Sapphire #182868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.9%

R = 14.29%
G = 23.81%
B = 61.9%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#182868 (or 0x182868) is known color: Sapphire. HEX triplet: 18, 28 and 68. RGB value is (24,40,104). Sum of RGB (Red+Green+Blue) = 24+40+104=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #182868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182868 is #E7D797. Grayscale: #2A2A2A. Windows color (decimal): -15194008 or 6826008. OLE color: 6826008.

HSL color Cylindrical-coordinate representation of color #182868: hue angle of 228º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182868 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 40 104 -
CMYK 0.77 0.62 0 0.59
HSL 228º 0.63% 0.25% -
HSV(B) 228º 0.77% 0.41% -
XYZ 3.63 2.71 13.43 -
YUV 42.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 24 40 104 0.77 0.62 0 0.59 228 0.63 0.25
Hex 18 28 68 4D 3E 0 3B E4 3E 19
Octal 30 50 150 115 76 0 73 344 76 31
Binary 11000 101000 1101000 1001101 111110 0 111011 11100100 111110 11001

Color Harmonies of #182868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182868

Black with #182868

Text Example


Text Example

White with #182868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182868; }

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

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

background-color css

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

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

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

border-color css

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

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

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