Html Css Color HEX #152C82 Sapphire

📋 copy color: '#152C82'

red 21 ◦ green 44 ◦ blue 130

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

Shades of Sapphire #152C82

Tints of Sapphire #152C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 66.67%

R = 10.77%
G = 22.56%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#152C82 (or 0x152C82) is known color: Sapphire. HEX triplet: 15, 2C and 82. RGB value is (21,44,130). Sum of RGB (Red+Green+Blue) = 21+44+130=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #152C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C82 is #EAD37D. Grayscale: #2E2E2E. Windows color (decimal): -15389566 or 8530965. OLE color: 8530965.

HSL color Cylindrical-coordinate representation of color #152C82: hue angle of 227.34º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152C82 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 44 130 -
CMYK 0.84 0.66 0 0.49
HSL 227.34º 0.72% 0.3% -
HSV(B) 227.34º 0.84% 0.51% -
XYZ 5.24 3.57 21.53 -
YUV 46.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 21 44 130 0.84 0.66 0 0.49 227.34 0.72 0.3
Hex 15 2C 82 54 42 0 31 E3 48 1E
Octal 25 54 202 124 102 0 61 343 110 36
Binary 10101 101100 10000010 1010100 1000010 0 110001 11100011 1001000 11110

Color Harmonies of #152C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C82

Black with #152C82

Text Example


Text Example

White with #152C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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