Html Css Color HEX #153669 Sapphire

📋 copy color: '#153669'

red 21 ◦ green 54 ◦ blue 105

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

Shades of Sapphire #153669

Tints of Sapphire #153669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 105 (41.41% from 255) = 58.33%

R = 11.67%
G = 30%
B = 58.33%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153669 (or 0x153669) is known color: Sapphire. HEX triplet: 15, 36 and 69. RGB value is (21,54,105). Sum of RGB (Red+Green+Blue) = 21+54+105=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #153669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153669 is #EAC996. Grayscale: #313131. Windows color (decimal): -15387031 or 6895125. OLE color: 6895125.

HSL color Cylindrical-coordinate representation of color #153669: hue angle of 216.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153669 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 54 105 -
CMYK 0.80 0.49 0 0.59
HSL 216.43º 0.67% 0.25% -
HSV(B) 216.43º 0.8% 0.41% -
XYZ 4.18 3.82 13.88 -
YUV 49.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 21 54 105 0.80 0.49 0 0.59 216.43 0.67 0.25
Hex 15 36 69 50 31 0 3B D8 43 19
Octal 25 66 151 120 61 0 73 330 103 31
Binary 10101 110110 1101001 1010000 110001 0 111011 11011000 1000011 11001

Color Harmonies of #153669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153669

Black with #153669

Text Example


Text Example

White with #153669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153669; }

 p { color: rgb(21,54,105); }

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

background-color css

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

 a { background-color: rgb(21,54,105); }

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

border-color css

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

 span { border-color: rgb(21,54,105); }

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