Html Css Color HEX #152A5B Sapphire

📋 copy color: '#152A5B'

red 21 ◦ green 42 ◦ blue 91

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

Shades of Sapphire #152A5B

Tints of Sapphire #152A5B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.27%

 BLUE value IS 91 (35.94% from 255) = 59.09%

R = 13.64%
G = 27.27%
B = 59.09%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#152A5B (or 0x152A5B) is known color: Sapphire. HEX triplet: 15, 2A and 5B. RGB value is (21,42,91). Sum of RGB (Red+Green+Blue) = 21+42+91=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #152A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A5B is #EAD5A4. Grayscale: #292929. Windows color (decimal): -15390117 or 5974549. OLE color: 5974549.

HSL color Cylindrical-coordinate representation of color #152A5B: hue angle of 222º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152A5B is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 42 91 -
CMYK 0.77 0.54 0 0.64
HSL 222º 0.63% 0.22% -
HSV(B) 222º 0.77% 0.36% -
XYZ 3.03 2.57 10.23 -
YUV 41.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 21 42 91 0.77 0.54 0 0.64 222 0.63 0.22
Hex 15 2A 5B 4D 36 0 40 DE 3E 16
Octal 25 52 133 115 66 0 100 336 76 26
Binary 10101 101010 1011011 1001101 110110 0 1000000 11011110 111110 10110

Color Harmonies of #152A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A5B

Black with #152A5B

Text Example


Text Example

White with #152A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152A5B; }

 p { color: rgb(21,42,91); }

 H1.HeaderClassName
 {
   color: #152A5B;
 }
 .AnyTagClassName
 {
   color: #152A5B;
 }
</style>

background-color css

<style>
 a { background-color: #152A5B; }

 a { background-color: rgb(21,42,91); }

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

border-color css

<style>
 span { border-color: #152A5B; }

 span { border-color: rgb(21,42,91); }

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