Html Css Color HEX #152F5D Sapphire

📋 copy color: '#152F5D'

red 21 ◦ green 47 ◦ blue 93

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

Shades of Sapphire #152F5D

Tints of Sapphire #152F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.19%

 BLUE value IS 93 (36.72% from 255) = 57.76%

R = 13.04%
G = 29.19%
B = 57.76%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#152F5D (or 0x152F5D) is known color: Sapphire. HEX triplet: 15, 2F and 5D. RGB value is (21,47,93). Sum of RGB (Red+Green+Blue) = 21+47+93=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #152F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F5D is #EAD0A2. Grayscale: #2C2C2C. Windows color (decimal): -15388835 or 6106901. OLE color: 6106901.

HSL color Cylindrical-coordinate representation of color #152F5D: hue angle of 218.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152F5D is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 47 93 -
CMYK 0.77 0.49 0 0.64
HSL 218.33º 0.63% 0.22% -
HSV(B) 218.33º 0.77% 0.36% -
XYZ 3.3 2.98 10.76 -
YUV 44.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 21 47 93 0.77 0.49 0 0.64 218.33 0.63 0.22
Hex 15 2F 5D 4D 31 0 40 DA 3F 16
Octal 25 57 135 115 61 0 100 332 77 26
Binary 10101 101111 1011101 1001101 110001 0 1000000 11011010 111111 10110

Color Harmonies of #152F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F5D

Black with #152F5D

Text Example


Text Example

White with #152F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152F5D; }

 p { color: rgb(21,47,93); }

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

background-color css

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

 a { background-color: rgb(21,47,93); }

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

border-color css

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

 span { border-color: rgb(21,47,93); }

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