Html Css Color HEX #182461 Sapphire

📋 copy color: '#182461'

red 24 ◦ green 36 ◦ blue 97

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

Shades of Sapphire #182461

Tints of Sapphire #182461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 15.29%
G = 22.93%
B = 61.78%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182461 (or 0x182461) is known color: Sapphire. HEX triplet: 18, 24 and 61. RGB value is (24,36,97). Sum of RGB (Red+Green+Blue) = 24+36+97=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #182461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182461 is #E7DB9E. Grayscale: #272727. Windows color (decimal): -15195039 or 6366232. OLE color: 6366232.

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

Color convert

RGB 24 36 97 -
CMYK 0.75 0.63 0 0.62
HSL 230.14º 0.6% 0.24% -
HSV(B) 230.14º 0.75% 0.38% -
XYZ 3.17 2.32 11.59 -
YUV 39.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 24 36 97 0.75 0.63 0 0.62 230.14 0.6 0.24
Hex 18 24 61 4B 3F 0 3E E6 3C 18
Octal 30 44 141 113 77 0 76 346 74 30
Binary 11000 100100 1100001 1001011 111111 0 111110 11100110 111100 11000

Color Harmonies of #182461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182461

Black with #182461

Text Example


Text Example

White with #182461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182461; }

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

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

background-color css

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

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

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

border-color css

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

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

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