Html Css Color HEX #152970 Sapphire

📋 copy color: '#152970'

red 21 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #152970

Tints of Sapphire #152970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

 BLUE value IS 112 (44.14% from 255) = 64.37%

R = 12.07%
G = 23.56%
B = 64.37%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#152970 (or 0x152970) is known color: Sapphire. HEX triplet: 15, 29 and 70. RGB value is (21,41,112). Sum of RGB (Red+Green+Blue) = 21+41+112=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #152970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152970 is #EAD68F. Grayscale: #2A2A2A. Windows color (decimal): -15390352 or 7350549. OLE color: 7350549.

HSL color Cylindrical-coordinate representation of color #152970: hue angle of 226.81º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152970 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 41 112 -
CMYK 0.81 0.63 0 0.56
HSL 226.81º 0.68% 0.26% -
HSV(B) 226.81º 0.81% 0.44% -
XYZ 4.03 2.92 15.68 -
YUV 43.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 21 41 112 0.81 0.63 0 0.56 226.81 0.68 0.26
Hex 15 29 70 51 3F 0 38 E3 44 1A
Octal 25 51 160 121 77 0 70 343 104 32
Binary 10101 101001 1110000 1010001 111111 0 111000 11100011 1000100 11010

Color Harmonies of #152970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152970

Black with #152970

Text Example


Text Example

White with #152970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152970; }

 p { color: rgb(21,41,112); }

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

background-color css

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

 a { background-color: rgb(21,41,112); }

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

border-color css

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

 span { border-color: rgb(21,41,112); }

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