Html Css Color HEX #143068 Sapphire

📋 copy color: '#143068'

red 20 ◦ green 48 ◦ blue 104

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

Shades of Sapphire #143068

Tints of Sapphire #143068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 11.63%
G = 27.91%
B = 60.47%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143068 (or 0x143068) is known color: Sapphire. HEX triplet: 14, 30 and 68. RGB value is (20,48,104). Sum of RGB (Red+Green+Blue) = 20+48+104=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #143068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143068 is #EBCF97. Grayscale: #2D2D2D. Windows color (decimal): -15454104 or 6828052. OLE color: 6828052.

HSL color Cylindrical-coordinate representation of color #143068: hue angle of 220º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143068 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 48 104 -
CMYK 0.81 0.54 0 0.59
HSL 220º 0.68% 0.24% -
HSV(B) 220º 0.81% 0.41% -
XYZ 3.84 3.26 13.52 -
YUV 46.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 20 48 104 0.81 0.54 0 0.59 220 0.68 0.24
Hex 14 30 68 51 36 0 3B DC 44 18
Octal 24 60 150 121 66 0 73 334 104 30
Binary 10100 110000 1101000 1010001 110110 0 111011 11011100 1000100 11000

Color Harmonies of #143068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143068

Black with #143068

Text Example


Text Example

White with #143068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143068; }

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

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

background-color css

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

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

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

border-color css

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

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

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