Html Css Color HEX #18255F Sapphire

📋 copy color: '#18255F'

red 24 ◦ green 37 ◦ blue 95

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

Shades of Sapphire #18255F

Tints of Sapphire #18255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 60.9%

R = 15.38%
G = 23.72%
B = 60.9%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18255F (or 0x18255F) is known color: Sapphire. HEX triplet: 18, 25 and 5F. RGB value is (24,37,95). Sum of RGB (Red+Green+Blue) = 24+37+95=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #18255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18255F is #E7DAA0. Grayscale: #272727. Windows color (decimal): -15194785 or 6235416. OLE color: 6235416.

HSL color Cylindrical-coordinate representation of color #18255F: hue angle of 229.01º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18255F is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 37 95 -
CMYK 0.75 0.61 0 0.63
HSL 229.01º 0.6% 0.23% -
HSV(B) 229.01º 0.75% 0.37% -
XYZ 3.1 2.34 11.12 -
YUV 39.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 24 37 95 0.75 0.61 0 0.63 229.01 0.6 0.23
Hex 18 25 5F 4B 3D 0 3F E5 3C 17
Octal 30 45 137 113 75 0 77 345 74 27
Binary 11000 100101 1011111 1001011 111101 0 111111 11100101 111100 10111

Color Harmonies of #18255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18255F

Black with #18255F

Text Example


Text Example

White with #18255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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