Html Css Color HEX #182968 Sapphire

📋 copy color: '#182968'

red 24 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #182968

Tints of Sapphire #182968

RGB

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

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

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

R = 14.2%
G = 24.26%
B = 61.54%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#182968 (or 0x182968) is known color: Sapphire. HEX triplet: 18, 29 and 68. RGB value is (24,41,104). Sum of RGB (Red+Green+Blue) = 24+41+104=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #182968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182968 is #E7D697. Grayscale: #2A2A2A. Windows color (decimal): -15193752 or 6826264. OLE color: 6826264.

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

Color convert

RGB 24 41 104 -
CMYK 0.77 0.61 0 0.59
HSL 227.25º 0.63% 0.25% -
HSV(B) 227.25º 0.77% 0.41% -
XYZ 3.67 2.78 13.44 -
YUV 43.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 24 41 104 0.77 0.61 0 0.59 227.25 0.63 0.25
Hex 18 29 68 4D 3D 0 3B E3 3E 19
Octal 30 51 150 115 75 0 73 343 76 31
Binary 11000 101001 1101000 1001101 111101 0 111011 11100011 111110 11001

Color Harmonies of #182968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182968

Black with #182968

Text Example


Text Example

White with #182968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182968; }

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

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

background-color css

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

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

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

border-color css

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

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

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