Html Css Color HEX #15255A Sapphire

📋 copy color: '#15255A'

red 21 ◦ green 37 ◦ blue 90

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

Shades of Sapphire #15255A

Tints of Sapphire #15255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 60.81%

R = 14.19%
G = 25%
B = 60.81%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15255A (or 0x15255A) is known color: Sapphire. HEX triplet: 15, 25 and 5A. RGB value is (21,37,90). Sum of RGB (Red+Green+Blue) = 21+37+90=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #15255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15255A is #EADAA5. Grayscale: #262626. Windows color (decimal): -15391398 or 5907733. OLE color: 5907733.

HSL color Cylindrical-coordinate representation of color #15255A: hue angle of 226.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15255A is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 37 90 -
CMYK 0.77 0.59 0 0.65
HSL 226.09º 0.62% 0.22% -
HSV(B) 226.09º 0.77% 0.35% -
XYZ 2.82 2.22 9.95 -
YUV 38.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 21 37 90 0.77 0.59 0 0.65 226.09 0.62 0.22
Hex 15 25 5A 4D 3B 0 41 E2 3E 16
Octal 25 45 132 115 73 0 101 342 76 26
Binary 10101 100101 1011010 1001101 111011 0 1000001 11100010 111110 10110

Color Harmonies of #15255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15255A

Black with #15255A

Text Example


Text Example

White with #15255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15255A; }

 p { color: rgb(21,37,90); }

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

background-color css

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

 a { background-color: rgb(21,37,90); }

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

border-color css

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

 span { border-color: rgb(21,37,90); }

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