Html Css Color HEX #151D58 Sapphire

📋 copy color: '#151D58'

red 21 ◦ green 29 ◦ blue 88

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

Shades of Sapphire #151D58

Tints of Sapphire #151D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.01%

 BLUE value IS 88 (34.77% from 255) = 63.77%

R = 15.22%
G = 21.01%
B = 63.77%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#151D58 (or 0x151D58) is known color: Sapphire. HEX triplet: 15, 1D and 58. RGB value is (21,29,88). Sum of RGB (Red+Green+Blue) = 21+29+88=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #151D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D58 is #EAE2A7. Grayscale: #212121. Windows color (decimal): -15393448 or 5774613. OLE color: 5774613.

HSL color Cylindrical-coordinate representation of color #151D58: hue angle of 232.84º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151D58 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 29 88 -
CMYK 0.76 0.67 0 0.65
HSL 232.84º 0.61% 0.21% -
HSV(B) 232.84º 0.76% 0.35% -
XYZ 2.51 1.74 9.44 -
YUV 33.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 21 29 88 0.76 0.67 0 0.65 232.84 0.61 0.21
Hex 15 1D 58 4C 43 0 41 E9 3D 15
Octal 25 35 130 114 103 0 101 351 75 25
Binary 10101 11101 1011000 1001100 1000011 0 1000001 11101001 111101 10101

Color Harmonies of #151D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151D58

Black with #151D58

Text Example


Text Example

White with #151D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,29,88); }

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

background-color css

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

 a { background-color: rgb(21,29,88); }

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

border-color css

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

 span { border-color: rgb(21,29,88); }

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