Html Css Color HEX #182661 Sapphire

📋 copy color: '#182661'

red 24 ◦ green 38 ◦ blue 97

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

Shades of Sapphire #182661

Tints of Sapphire #182661

RGB

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

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

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

R = 15.09%
G = 23.9%
B = 61.01%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182661 (or 0x182661) is known color: Sapphire. HEX triplet: 18, 26 and 61. RGB value is (24,38,97). Sum of RGB (Red+Green+Blue) = 24+38+97=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #182661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182661 is #E7D99E. Grayscale: #282828. Windows color (decimal): -15194527 or 6366744. OLE color: 6366744.

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

Color convert

RGB 24 38 97 -
CMYK 0.75 0.61 0 0.62
HSL 228.49º 0.6% 0.24% -
HSV(B) 228.49º 0.75% 0.38% -
XYZ 3.23 2.44 11.61 -
YUV 40.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 24 38 97 0.75 0.61 0 0.62 228.49 0.6 0.24
Hex 18 26 61 4B 3D 0 3E E4 3C 18
Octal 30 46 141 113 75 0 76 344 74 30
Binary 11000 100110 1100001 1001011 111101 0 111110 11100100 111100 11000

Color Harmonies of #182661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182661

Black with #182661

Text Example


Text Example

White with #182661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182661; }

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

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

background-color css

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

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

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

border-color css

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

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

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