Html Css Color HEX #182761 Sapphire

📋 copy color: '#182761'

red 24 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #182761

Tints of Sapphire #182761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

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

R = 15%
G = 24.38%
B = 60.63%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182761 (or 0x182761) is known color: Sapphire. HEX triplet: 18, 27 and 61. RGB value is (24,39,97). Sum of RGB (Red+Green+Blue) = 24+39+97=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #182761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182761 is #E7D89E. Grayscale: #282828. Windows color (decimal): -15194271 or 6367000. OLE color: 6367000.

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

Color convert

RGB 24 39 97 -
CMYK 0.75 0.60 0 0.62
HSL 227.67º 0.6% 0.24% -
HSV(B) 227.67º 0.75% 0.38% -
XYZ 3.26 2.51 11.62 -
YUV 41.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 24 39 97 0.75 0.60 0 0.62 227.67 0.6 0.24
Hex 18 27 61 4B 3C 0 3E E4 3C 18
Octal 30 47 141 113 74 0 76 344 74 30
Binary 11000 100111 1100001 1001011 111100 0 111110 11100100 111100 11000

Color Harmonies of #182761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182761

Black with #182761

Text Example


Text Example

White with #182761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182761; }

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

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

background-color css

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

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

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

border-color css

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

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

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