Html Css Color HEX #152C78 Sapphire

📋 copy color: '#152C78'

red 21 ◦ green 44 ◦ blue 120

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

Shades of Sapphire #152C78

Tints of Sapphire #152C78

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.78%

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

R = 11.35%
G = 23.78%
B = 64.86%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#152C78 (or 0x152C78) is known color: Sapphire. HEX triplet: 15, 2C and 78. RGB value is (21,44,120). Sum of RGB (Red+Green+Blue) = 21+44+120=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #152C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C78 is #EAD387. Grayscale: #2D2D2D. Windows color (decimal): -15389576 or 7875605. OLE color: 7875605.

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

Color convert

RGB 21 44 120 -
CMYK 0.83 0.63 0 0.53
HSL 226.06º 0.7% 0.28% -
HSV(B) 226.06º 0.83% 0.47% -
XYZ 4.6 3.32 18.17 -
YUV 45.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 21 44 120 0.83 0.63 0 0.53 226.06 0.7 0.28
Hex 15 2C 78 53 3F 0 35 E2 46 1C
Octal 25 54 170 123 77 0 65 342 106 34
Binary 10101 101100 1111000 1010011 111111 0 110101 11100010 1000110 11100

Color Harmonies of #152C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C78

Black with #152C78

Text Example


Text Example

White with #152C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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