Html Css Color HEX #152569 Sapphire

📋 copy color: '#152569'

red 21 ◦ green 37 ◦ blue 105

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

Shades of Sapphire #152569

Tints of Sapphire #152569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 105 (41.41% from 255) = 64.42%

R = 12.88%
G = 22.7%
B = 64.42%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152569 (or 0x152569) is known color: Sapphire. HEX triplet: 15, 25 and 69. RGB value is (21,37,105). Sum of RGB (Red+Green+Blue) = 21+37+105=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #152569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152569 is #EADA96. Grayscale: #272727. Windows color (decimal): -15391383 or 6890773. OLE color: 6890773.

HSL color Cylindrical-coordinate representation of color #152569: hue angle of 228.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152569 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 37 105 -
CMYK 0.80 0.65 0 0.59
HSL 228.57º 0.67% 0.25% -
HSV(B) 228.57º 0.8% 0.41% -
XYZ 3.52 2.5 13.66 -
YUV 39.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 21 37 105 0.80 0.65 0 0.59 228.57 0.67 0.25
Hex 15 25 69 50 41 0 3B E5 43 19
Octal 25 45 151 120 101 0 73 345 103 31
Binary 10101 100101 1101001 1010000 1000001 0 111011 11100101 1000011 11001

Color Harmonies of #152569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152569

Black with #152569

Text Example


Text Example

White with #152569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152569; }

 p { color: rgb(21,37,105); }

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

background-color css

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

 a { background-color: rgb(21,37,105); }

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

border-color css

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

 span { border-color: rgb(21,37,105); }

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