Html Css Color HEX #152568 Sapphire

📋 copy color: '#152568'

red 21 ◦ green 37 ◦ blue 104

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

Shades of Sapphire #152568

Tints of Sapphire #152568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 64.2%

R = 12.96%
G = 22.84%
B = 64.2%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152568 (or 0x152568) is known color: Sapphire. HEX triplet: 15, 25 and 68. RGB value is (21,37,104). Sum of RGB (Red+Green+Blue) = 21+37+104=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #152568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152568 is #EADA97. Grayscale: #272727. Windows color (decimal): -15391384 or 6825237. OLE color: 6825237.

HSL color Cylindrical-coordinate representation of color #152568: hue angle of 228.43º degrees, saturation: 0.66, 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 #152568 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 37 104 -
CMYK 0.80 0.64 0 0.59
HSL 228.43º 0.66% 0.25% -
HSV(B) 228.43º 0.8% 0.41% -
XYZ 3.47 2.48 13.39 -
YUV 39.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 21 37 104 0.80 0.64 0 0.59 228.43 0.66 0.25
Hex 15 25 68 50 40 0 3B E4 42 19
Octal 25 45 150 120 100 0 73 344 102 31
Binary 10101 100101 1101000 1010000 1000000 0 111011 11100100 1000010 11001

Color Harmonies of #152568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152568

Black with #152568

Text Example


Text Example

White with #152568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152568; }

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

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

background-color css

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

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

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

border-color css

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

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

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