Html Css Color HEX #182668 Sapphire

📋 copy color: '#182668'

red 24 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #182668

Tints of Sapphire #182668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 14.46%
G = 22.89%
B = 62.65%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#182668 (or 0x182668) is known color: Sapphire. HEX triplet: 18, 26 and 68. RGB value is (24,38,104). Sum of RGB (Red+Green+Blue) = 24+38+104=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #182668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182668 is #E7D997. Grayscale: #292929. Windows color (decimal): -15194520 or 6825496. OLE color: 6825496.

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

Color convert

RGB 24 38 104 -
CMYK 0.77 0.63 0 0.59
HSL 229.5º 0.63% 0.25% -
HSV(B) 229.5º 0.77% 0.41% -
XYZ 3.57 2.58 13.41 -
YUV 41.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 24 38 104 0.77 0.63 0 0.59 229.5 0.63 0.25
Hex 18 26 68 4D 3F 0 3B E6 3E 19
Octal 30 46 150 115 77 0 73 346 76 31
Binary 11000 100110 1101000 1001101 111111 0 111011 11100110 111110 11001

Color Harmonies of #182668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182668

Black with #182668

Text Example


Text Example

White with #182668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182668; }

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

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

background-color css

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

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

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

border-color css

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

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

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