Html Css Color HEX #151F5D Sapphire

📋 copy color: '#151F5D'

red 21 ◦ green 31 ◦ blue 93

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

Shades of Sapphire #151F5D

Tints of Sapphire #151F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.38%

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

R = 14.48%
G = 21.38%
B = 64.14%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#151F5D (or 0x151F5D) is known color: Sapphire. HEX triplet: 15, 1F and 5D. RGB value is (21,31,93). Sum of RGB (Red+Green+Blue) = 21+31+93=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #151F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F5D is #EAE0A2. Grayscale: #222222. Windows color (decimal): -15392931 or 6102805. OLE color: 6102805.

HSL color Cylindrical-coordinate representation of color #151F5D: hue angle of 231.67º 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 #151F5D is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 31 93 -
CMYK 0.77 0.67 0 0.64
HSL 231.67º 0.63% 0.22% -
HSV(B) 231.67º 0.77% 0.36% -
XYZ 2.78 1.93 10.58 -
YUV 35.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 21 31 93 0.77 0.67 0 0.64 231.67 0.63 0.22
Hex 15 1F 5D 4D 43 0 40 E8 3F 16
Octal 25 37 135 115 103 0 100 350 77 26
Binary 10101 11111 1011101 1001101 1000011 0 1000000 11101000 111111 10110

Color Harmonies of #151F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151F5D

Black with #151F5D

Text Example


Text Example

White with #151F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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