Html Css Color HEX #151E5A Sapphire

📋 copy color: '#151E5A'

red 21 ◦ green 30 ◦ blue 90

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

Shades of Sapphire #151E5A

Tints of Sapphire #151E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 14.89%
G = 21.28%
B = 63.83%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#151E5A (or 0x151E5A) is known color: Sapphire. HEX triplet: 15, 1E and 5A. RGB value is (21,30,90). Sum of RGB (Red+Green+Blue) = 21+30+90=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #151E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E5A is #EAE1A5. Grayscale: #212121. Windows color (decimal): -15393190 or 5905941. OLE color: 5905941.

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

Color convert

RGB 21 30 90 -
CMYK 0.77 0.67 0 0.65
HSL 232.17º 0.62% 0.22% -
HSV(B) 232.17º 0.77% 0.35% -
XYZ 2.62 1.83 9.89 -
YUV 34.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 21 30 90 0.77 0.67 0 0.65 232.17 0.62 0.22
Hex 15 1E 5A 4D 43 0 41 E8 3E 16
Octal 25 36 132 115 103 0 101 350 76 26
Binary 10101 11110 1011010 1001101 1000011 0 1000001 11101000 111110 10110

Color Harmonies of #151E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E5A

Black with #151E5A

Text Example


Text Example

White with #151E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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