Html Css Color HEX #152A5A Sapphire

📋 copy color: '#152A5A'

red 21 ◦ green 42 ◦ blue 90

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

Shades of Sapphire #152A5A

Tints of Sapphire #152A5A

RGB

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

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

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

R = 13.73%
G = 27.45%
B = 58.82%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152A5A (or 0x152A5A) is known color: Sapphire. HEX triplet: 15, 2A and 5A. RGB value is (21,42,90). Sum of RGB (Red+Green+Blue) = 21+42+90=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #152A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A5A is #EAD5A5. Grayscale: #282828. Windows color (decimal): -15390118 or 5909013. OLE color: 5909013.

HSL color Cylindrical-coordinate representation of color #152A5A: hue angle of 221.74º 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 #152A5A is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 42 90 -
CMYK 0.77 0.53 0 0.65
HSL 221.74º 0.62% 0.22% -
HSV(B) 221.74º 0.77% 0.35% -
XYZ 2.98 2.55 10.01 -
YUV 41.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 21 42 90 0.77 0.53 0 0.65 221.74 0.62 0.22
Hex 15 2A 5A 4D 35 0 41 DE 3E 16
Octal 25 52 132 115 65 0 101 336 76 26
Binary 10101 101010 1011010 1001101 110101 0 1000001 11011110 111110 10110

Color Harmonies of #152A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A5A

Black with #152A5A

Text Example


Text Example

White with #152A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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