Html Css Color HEX #152466 Sapphire

📋 copy color: '#152466'

red 21 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #152466

Tints of Sapphire #152466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 102 (40.23% from 255) = 64.15%

R = 13.21%
G = 22.64%
B = 64.15%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#152466 (or 0x152466) is known color: Sapphire. HEX triplet: 15, 24 and 66. RGB value is (21,36,102). Sum of RGB (Red+Green+Blue) = 21+36+102=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #152466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152466 is #EADB99. Grayscale: #262626. Windows color (decimal): -15391642 or 6693909. OLE color: 6693909.

HSL color Cylindrical-coordinate representation of color #152466: hue angle of 228.89º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152466 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 36 102 -
CMYK 0.79 0.65 0 0.6
HSL 228.89º 0.66% 0.24% -
HSV(B) 228.89º 0.79% 0.4% -
XYZ 3.34 2.38 12.85 -
YUV 39.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 21 36 102 0.79 0.65 0 0.6 228.89 0.66 0.24
Hex 15 24 66 4F 41 0 3C E5 42 18
Octal 25 44 146 117 101 0 74 345 102 30
Binary 10101 100100 1100110 1001111 1000001 0 111100 11100101 1000010 11000

Color Harmonies of #152466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152466

Black with #152466

Text Example


Text Example

White with #152466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152466; }

 p { color: rgb(21,36,102); }

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

background-color css

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

 a { background-color: rgb(21,36,102); }

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

border-color css

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

 span { border-color: rgb(21,36,102); }

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