Html Css Color HEX #18285C Sapphire

📋 copy color: '#18285C'

red 24 ◦ green 40 ◦ blue 92

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

Shades of Sapphire #18285C

Tints of Sapphire #18285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

 BLUE value IS 92 (36.33% from 255) = 58.97%

R = 15.38%
G = 25.64%
B = 58.97%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18285C (or 0x18285C) is known color: Sapphire. HEX triplet: 18, 28 and 5C. RGB value is (24,40,92). Sum of RGB (Red+Green+Blue) = 24+40+92=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #18285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18285C is #E7D7A3. Grayscale: #282828. Windows color (decimal): -15194020 or 6039576. OLE color: 6039576.

HSL color Cylindrical-coordinate representation of color #18285C: hue angle of 225.88º 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 #18285C is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 40 92 -
CMYK 0.74 0.57 0 0.64
HSL 225.88º 0.59% 0.23% -
HSV(B) 225.88º 0.74% 0.36% -
XYZ 3.07 2.48 10.44 -
YUV 41.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 24 40 92 0.74 0.57 0 0.64 225.88 0.59 0.23
Hex 18 28 5C 4A 39 0 40 E2 3B 17
Octal 30 50 134 112 71 0 100 342 73 27
Binary 11000 101000 1011100 1001010 111001 0 1000000 11100010 111011 10111

Color Harmonies of #18285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18285C

Black with #18285C

Text Example


Text Example

White with #18285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18285C; }

 p { color: rgb(24,40,92); }

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

background-color css

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

 a { background-color: rgb(24,40,92); }

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

border-color css

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

 span { border-color: rgb(24,40,92); }

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