Html Css Color HEX #152E78 Sapphire

📋 copy color: '#152E78'

red 21 ◦ green 46 ◦ blue 120

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

Shades of Sapphire #152E78

Tints of Sapphire #152E78

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.6%

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 11.23%
G = 24.6%
B = 64.17%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#152E78 (or 0x152E78) is known color: Sapphire. HEX triplet: 15, 2E and 78. RGB value is (21,46,120). Sum of RGB (Red+Green+Blue) = 21+46+120=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #152E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E78 is #EAD187. Grayscale: #2E2E2E. Windows color (decimal): -15389064 or 7876117. OLE color: 7876117.

HSL color Cylindrical-coordinate representation of color #152E78: hue angle of 224.85º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152E78 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 46 120 -
CMYK 0.83 0.62 0 0.53
HSL 224.85º 0.7% 0.28% -
HSV(B) 224.85º 0.83% 0.47% -
XYZ 4.68 3.47 18.19 -
YUV 46.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 21 46 120 0.83 0.62 0 0.53 224.85 0.7 0.28
Hex 15 2E 78 53 3E 0 35 E1 46 1C
Octal 25 56 170 123 76 0 65 341 106 34
Binary 10101 101110 1111000 1010011 111110 0 110101 11100001 1000110 11100

Color Harmonies of #152E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E78

Black with #152E78

Text Example


Text Example

White with #152E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,46,120); }

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

background-color css

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

 a { background-color: rgb(21,46,120); }

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

border-color css

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

 span { border-color: rgb(21,46,120); }

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