Html Css Color HEX #152D81 Sapphire

📋 copy color: '#152D81'

red 21 ◦ green 45 ◦ blue 129

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

Shades of Sapphire #152D81

Tints of Sapphire #152D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.15%

R = 10.77%
G = 23.08%
B = 66.15%

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

#152D81 (or 0x152D81) is known color: Sapphire. HEX triplet: 15, 2D and 81. RGB value is (21,45,129). Sum of RGB (Red+Green+Blue) = 21+45+129=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #152D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D81 is #EAD27E. Grayscale: #2F2F2F. Windows color (decimal): -15389311 or 8465685. OLE color: 8465685.

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

Color convert

RGB 21 45 129 -
CMYK 0.84 0.65 0 0.49
HSL 226.67º 0.72% 0.29% -
HSV(B) 226.67º 0.84% 0.51% -
XYZ 5.21 3.62 21.19 -
YUV 47.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 21 45 129 0.84 0.65 0 0.49 226.67 0.72 0.29
Hex 15 2D 81 54 41 0 31 E3 48 1D
Octal 25 55 201 124 101 0 61 343 110 35
Binary 10101 101101 10000001 1010100 1000001 0 110001 11100011 1001000 11101

Color Harmonies of #152D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D81

Black with #152D81

Text Example


Text Example

White with #152D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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