Html Css Color HEX #151E58 Sapphire

📋 copy color: '#151E58'

red 21 ◦ green 30 ◦ blue 88

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

Shades of Sapphire #151E58

Tints of Sapphire #151E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

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

R = 15.11%
G = 21.58%
B = 63.31%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#151E58 (or 0x151E58) is known color: Sapphire. HEX triplet: 15, 1E and 58. RGB value is (21,30,88). Sum of RGB (Red+Green+Blue) = 21+30+88=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #151E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E58 is #EAE1A7. Grayscale: #212121. Windows color (decimal): -15393192 or 5774869. OLE color: 5774869.

HSL color Cylindrical-coordinate representation of color #151E58: hue angle of 231.94º 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 #151E58 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 30 88 -
CMYK 0.76 0.66 0 0.65
HSL 231.94º 0.61% 0.21% -
HSV(B) 231.94º 0.76% 0.35% -
XYZ 2.53 1.79 9.44 -
YUV 33.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 21 30 88 0.76 0.66 0 0.65 231.94 0.61 0.21
Hex 15 1E 58 4C 42 0 41 E8 3D 15
Octal 25 36 130 114 102 0 101 350 75 25
Binary 10101 11110 1011000 1001100 1000010 0 1000001 11101000 111101 10101

Color Harmonies of #151E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E58

Black with #151E58

Text Example


Text Example

White with #151E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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