Html Css Color HEX #153067 Sapphire

📋 copy color: '#153067'

red 21 ◦ green 48 ◦ blue 103

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

Shades of Sapphire #153067

Tints of Sapphire #153067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

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

R = 12.21%
G = 27.91%
B = 59.88%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153067 (or 0x153067) is known color: Sapphire. HEX triplet: 15, 30 and 67. RGB value is (21,48,103). Sum of RGB (Red+Green+Blue) = 21+48+103=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #153067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153067 is #EACF98. Grayscale: #2D2D2D. Windows color (decimal): -15388569 or 6762517. OLE color: 6762517.

HSL color Cylindrical-coordinate representation of color #153067: hue angle of 220.24º 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 #153067 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 48 103 -
CMYK 0.80 0.53 0 0.60
HSL 220.24º 0.66% 0.24% -
HSV(B) 220.24º 0.8% 0.4% -
XYZ 3.81 3.25 13.26 -
YUV 46.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 21 48 103 0.80 0.53 0 0.60 220.24 0.66 0.24
Hex 15 30 67 50 35 0 3C DC 42 18
Octal 25 60 147 120 65 0 74 334 102 30
Binary 10101 110000 1100111 1010000 110101 0 111100 11011100 1000010 11000

Color Harmonies of #153067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153067

Black with #153067

Text Example


Text Example

White with #153067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153067; }

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

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

background-color css

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

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

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

border-color css

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

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

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