Html Css Color HEX #18255D Sapphire

📋 copy color: '#18255D'

red 24 ◦ green 37 ◦ blue 93

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

Shades of Sapphire #18255D

Tints of Sapphire #18255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

 BLUE value IS 93 (36.72% from 255) = 60.39%

R = 15.58%
G = 24.03%
B = 60.39%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18255D (or 0x18255D) is known color: Sapphire. HEX triplet: 18, 25 and 5D. RGB value is (24,37,93). Sum of RGB (Red+Green+Blue) = 24+37+93=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #18255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18255D is #E7DAA2. Grayscale: #272727. Windows color (decimal): -15194787 or 6104344. OLE color: 6104344.

HSL color Cylindrical-coordinate representation of color #18255D: hue angle of 228.7º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18255D is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 37 93 -
CMYK 0.74 0.60 0 0.64
HSL 228.7º 0.59% 0.23% -
HSV(B) 228.7º 0.74% 0.36% -
XYZ 3.01 2.31 10.64 -
YUV 39.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 24 37 93 0.74 0.60 0 0.64 228.7 0.59 0.23
Hex 18 25 5D 4A 3C 0 40 E5 3B 17
Octal 30 45 135 112 74 0 100 345 73 27
Binary 11000 100101 1011101 1001010 111100 0 1000000 11100101 111011 10111

Color Harmonies of #18255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18255D

Black with #18255D

Text Example


Text Example

White with #18255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18255D; }

 p { color: rgb(24,37,93); }

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

background-color css

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

 a { background-color: rgb(24,37,93); }

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

border-color css

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

 span { border-color: rgb(24,37,93); }

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