Html Css Color HEX #152968 Sapphire

📋 copy color: '#152968'

red 21 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #152968

Tints of Sapphire #152968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

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

R = 12.65%
G = 24.7%
B = 62.65%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152968 (or 0x152968) is known color: Sapphire. HEX triplet: 15, 29 and 68. RGB value is (21,41,104). Sum of RGB (Red+Green+Blue) = 21+41+104=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #152968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152968 is #EAD697. Grayscale: #292929. Windows color (decimal): -15390360 or 6826261. OLE color: 6826261.

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

Color convert

RGB 21 41 104 -
CMYK 0.80 0.61 0 0.59
HSL 225.54º 0.66% 0.25% -
HSV(B) 225.54º 0.8% 0.41% -
XYZ 3.6 2.74 13.44 -
YUV 42.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 21 41 104 0.80 0.61 0 0.59 225.54 0.66 0.25
Hex 15 29 68 50 3D 0 3B E2 42 19
Octal 25 51 150 120 75 0 73 342 102 31
Binary 10101 101001 1101000 1010000 111101 0 111011 11100010 1000010 11001

Color Harmonies of #152968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152968

Black with #152968

Text Example


Text Example

White with #152968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152968; }

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

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

background-color css

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

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

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

border-color css

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

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

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