Html Css Color HEX #152D6E Sapphire

📋 copy color: '#152D6E'

red 21 ◦ green 45 ◦ blue 110

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

Shades of Sapphire #152D6E

Tints of Sapphire #152D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.5%

R = 11.93%
G = 25.57%
B = 62.5%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#152D6E (or 0x152D6E) is known color: Sapphire. HEX triplet: 15, 2D and 6E. RGB value is (21,45,110). Sum of RGB (Red+Green+Blue) = 21+45+110=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #152D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D6E is #EAD291. Grayscale: #2C2C2C. Windows color (decimal): -15389330 or 7220501. OLE color: 7220501.

HSL color Cylindrical-coordinate representation of color #152D6E: hue angle of 223.82º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152D6E is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 45 110 -
CMYK 0.81 0.59 0 0.57
HSL 223.82º 0.68% 0.26% -
HSV(B) 223.82º 0.81% 0.43% -
XYZ 4.06 3.16 15.15 -
YUV 45.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 21 45 110 0.81 0.59 0 0.57 223.82 0.68 0.26
Hex 15 2D 6E 51 3B 0 39 E0 44 1A
Octal 25 55 156 121 73 0 71 340 104 32
Binary 10101 101101 1101110 1010001 111011 0 111001 11100000 1000100 11010

Color Harmonies of #152D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D6E

Black with #152D6E

Text Example


Text Example

White with #152D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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