Html Css Color HEX #152D82 Sapphire

📋 copy color: '#152D82'

red 21 ◦ green 45 ◦ blue 130

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

Shades of Sapphire #152D82

Tints of Sapphire #152D82

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

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

R = 10.71%
G = 22.96%
B = 66.33%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#152D82 (or 0x152D82) is known color: Sapphire. HEX triplet: 15, 2D and 82. RGB value is (21,45,130). Sum of RGB (Red+Green+Blue) = 21+45+130=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #152D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D82 is #EAD27D. Grayscale: #2F2F2F. Windows color (decimal): -15389310 or 8531221. OLE color: 8531221.

HSL color Cylindrical-coordinate representation of color #152D82: hue angle of 226.79º 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 #152D82 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 45 130 -
CMYK 0.84 0.65 0 0.49
HSL 226.79º 0.72% 0.3% -
HSV(B) 226.79º 0.84% 0.51% -
XYZ 5.28 3.65 21.55 -
YUV 47.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 21 45 130 0.84 0.65 0 0.49 226.79 0.72 0.3
Hex 15 2D 82 54 41 0 31 E3 48 1E
Octal 25 55 202 124 101 0 61 343 110 36
Binary 10101 101101 10000010 1010100 1000001 0 110001 11100011 1001000 11110

Color Harmonies of #152D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D82

Black with #152D82

Text Example


Text Example

White with #152D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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