Html Css Color HEX #153467 Sapphire

📋 copy color: '#153467'

red 21 ◦ green 52 ◦ blue 103

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

Shades of Sapphire #153467

Tints of Sapphire #153467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 103 (40.63% from 255) = 58.52%

R = 11.93%
G = 29.55%
B = 58.52%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153467 (or 0x153467) is known color: Sapphire. HEX triplet: 15, 34 and 67. RGB value is (21,52,103). Sum of RGB (Red+Green+Blue) = 21+52+103=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #153467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153467 is #EACB98. Grayscale: #303030. Windows color (decimal): -15387545 or 6763541. OLE color: 6763541.

HSL color Cylindrical-coordinate representation of color #153467: hue angle of 217.32º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153467 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 52 103 -
CMYK 0.80 0.50 0 0.60
HSL 217.32º 0.66% 0.24% -
HSV(B) 217.32º 0.8% 0.4% -
XYZ 3.99 3.59 13.32 -
YUV 48.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 21 52 103 0.80 0.50 0 0.60 217.32 0.66 0.24
Hex 15 34 67 50 32 0 3C D9 42 18
Octal 25 64 147 120 62 0 74 331 102 30
Binary 10101 110100 1100111 1010000 110010 0 111100 11011001 1000010 11000

Color Harmonies of #153467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153467

Black with #153467

Text Example


Text Example

White with #153467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153467; }

 p { color: rgb(21,52,103); }

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

background-color css

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

 a { background-color: rgb(21,52,103); }

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

border-color css

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

 span { border-color: rgb(21,52,103); }

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