Html Css Color HEX #143067 Sapphire

📋 copy color: '#143067'

red 20 ◦ green 48 ◦ blue 103

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

Shades of Sapphire #143067

Tints of Sapphire #143067

RGB

 RED value IS 20 (8.2% from 255) = 11.7%

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

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

R = 11.7%
G = 28.07%
B = 60.23%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#143067 (or 0x143067) is known color: Sapphire. HEX triplet: 14, 30 and 67. RGB value is (20,48,103). Sum of RGB (Red+Green+Blue) = 20+48+103=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #143067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143067 is #EBCF98. Grayscale: #2D2D2D. Windows color (decimal): -15454105 or 6762516. OLE color: 6762516.

HSL color Cylindrical-coordinate representation of color #143067: hue angle of 219.76º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143067 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 48 103 -
CMYK 0.81 0.53 0 0.60
HSL 219.76º 0.67% 0.24% -
HSV(B) 219.76º 0.81% 0.4% -
XYZ 3.79 3.24 13.26 -
YUV 45.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 20 48 103 0.81 0.53 0 0.60 219.76 0.67 0.24
Hex 14 30 67 51 35 0 3C DC 43 18
Octal 24 60 147 121 65 0 74 334 103 30
Binary 10100 110000 1100111 1010001 110101 0 111100 11011100 1000011 11000

Color Harmonies of #143067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143067

Black with #143067

Text Example


Text Example

White with #143067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143067; }

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

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

background-color css

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

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

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

border-color css

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

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

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