Html Css Color HEX #152668 Sapphire

📋 copy color: '#152668'

red 21 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #152668

Tints of Sapphire #152668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.31%

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

R = 12.88%
G = 23.31%
B = 63.8%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152668 (or 0x152668) is known color: Sapphire. HEX triplet: 15, 26 and 68. RGB value is (21,38,104). Sum of RGB (Red+Green+Blue) = 21+38+104=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #152668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152668 is #EAD997. Grayscale: #282828. Windows color (decimal): -15391128 or 6825493. OLE color: 6825493.

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

Color convert

RGB 21 38 104 -
CMYK 0.80 0.63 0 0.59
HSL 227.71º 0.66% 0.25% -
HSV(B) 227.71º 0.8% 0.41% -
XYZ 3.5 2.55 13.4 -
YUV 40.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 21 38 104 0.80 0.63 0 0.59 227.71 0.66 0.25
Hex 15 26 68 50 3F 0 3B E4 42 19
Octal 25 46 150 120 77 0 73 344 102 31
Binary 10101 100110 1101000 1010000 111111 0 111011 11100100 1000010 11001

Color Harmonies of #152668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152668

Black with #152668

Text Example


Text Example

White with #152668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152668; }

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

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

background-color css

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

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

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

border-color css

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

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

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