Html Css Color HEX #152A5D Sapphire

📋 copy color: '#152A5D'

red 21 ◦ green 42 ◦ blue 93

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

Shades of Sapphire #152A5D

Tints of Sapphire #152A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 59.62%

R = 13.46%
G = 26.92%
B = 59.62%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#152A5D (or 0x152A5D) is known color: Sapphire. HEX triplet: 15, 2A and 5D. RGB value is (21,42,93). Sum of RGB (Red+Green+Blue) = 21+42+93=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #152A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A5D is #EAD5A2. Grayscale: #292929. Windows color (decimal): -15390115 or 6105621. OLE color: 6105621.

HSL color Cylindrical-coordinate representation of color #152A5D: hue angle of 222.5º degrees, saturation: 0.63, 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 #152A5D is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 42 93 -
CMYK 0.77 0.55 0 0.64
HSL 222.5º 0.63% 0.22% -
HSV(B) 222.5º 0.77% 0.36% -
XYZ 3.11 2.61 10.69 -
YUV 41.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 21 42 93 0.77 0.55 0 0.64 222.5 0.63 0.22
Hex 15 2A 5D 4D 37 0 40 DE 3F 16
Octal 25 52 135 115 67 0 100 336 77 26
Binary 10101 101010 1011101 1001101 110111 0 1000000 11011110 111111 10110

Color Harmonies of #152A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A5D

Black with #152A5D

Text Example


Text Example

White with #152A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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