Html Css Color HEX #15235E Sapphire

📋 copy color: '#15235E'

red 21 ◦ green 35 ◦ blue 94

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

Shades of Sapphire #15235E

Tints of Sapphire #15235E

RGB

 RED value IS 21 (8.59% from 255) = 14%

 GREEN value IS 35 (14.06% from 255) = 23.33%

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 14%
G = 23.33%
B = 62.67%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15235E (or 0x15235E) is known color: Sapphire. HEX triplet: 15, 23 and 5E. RGB value is (21,35,94). Sum of RGB (Red+Green+Blue) = 21+35+94=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #15235E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15235E is #EADCA1. Grayscale: #252525. Windows color (decimal): -15391906 or 6169365. OLE color: 6169365.

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

Color convert

RGB 21 35 94 -
CMYK 0.78 0.63 0 0.63
HSL 228.49º 0.63% 0.23% -
HSV(B) 228.49º 0.78% 0.37% -
XYZ 2.93 2.17 10.85 -
YUV 37.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 21 35 94 0.78 0.63 0 0.63 228.49 0.63 0.23
Hex 15 23 5E 4E 3F 0 3F E4 3F 17
Octal 25 43 136 116 77 0 77 344 77 27
Binary 10101 100011 1011110 1001110 111111 0 111111 11100100 111111 10111

Color Harmonies of #15235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15235E

Black with #15235E

Text Example


Text Example

White with #15235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15235E; }

 p { color: rgb(21,35,94); }

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

background-color css

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

 a { background-color: rgb(21,35,94); }

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

border-color css

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

 span { border-color: rgb(21,35,94); }

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