Html Css Color HEX #182A61 Sapphire

📋 copy color: '#182A61'

red 24 ◦ green 42 ◦ blue 97

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

Shades of Sapphire #182A61

Tints of Sapphire #182A61

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.77%

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

R = 14.72%
G = 25.77%
B = 59.51%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182A61 (or 0x182A61) is known color: Sapphire. HEX triplet: 18, 2A and 61. RGB value is (24,42,97). Sum of RGB (Red+Green+Blue) = 24+42+97=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #182A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A61 is #E7D59E. Grayscale: #2A2A2A. Windows color (decimal): -15193503 or 6367768. OLE color: 6367768.

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

Color convert

RGB 24 42 97 -
CMYK 0.75 0.57 0 0.62
HSL 225.21º 0.6% 0.24% -
HSV(B) 225.21º 0.75% 0.38% -
XYZ 3.36 2.71 11.66 -
YUV 42.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 24 42 97 0.75 0.57 0 0.62 225.21 0.6 0.24
Hex 18 2A 61 4B 39 0 3E E1 3C 18
Octal 30 52 141 113 71 0 76 341 74 30
Binary 11000 101010 1100001 1001011 111001 0 111110 11100001 111100 11000

Color Harmonies of #182A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182A61

Black with #182A61

Text Example


Text Example

White with #182A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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