Html Css Color HEX #143568 Sapphire

📋 copy color: '#143568'

red 20 ◦ green 53 ◦ blue 104

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

Shades of Sapphire #143568

Tints of Sapphire #143568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

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

R = 11.3%
G = 29.94%
B = 58.76%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143568 (or 0x143568) is known color: Sapphire. HEX triplet: 14, 35 and 68. RGB value is (20,53,104). Sum of RGB (Red+Green+Blue) = 20+53+104=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #143568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143568 is #EBCA97. Grayscale: #303030. Windows color (decimal): -15452824 or 6829332. OLE color: 6829332.

HSL color Cylindrical-coordinate representation of color #143568: hue angle of 216.43º 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 #143568 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 53 104 -
CMYK 0.81 0.49 0 0.59
HSL 216.43º 0.68% 0.24% -
HSV(B) 216.43º 0.81% 0.41% -
XYZ 4.06 3.69 13.6 -
YUV 48.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 20 53 104 0.81 0.49 0 0.59 216.43 0.68 0.24
Hex 14 35 68 51 31 0 3B D8 44 18
Octal 24 65 150 121 61 0 73 330 104 30
Binary 10100 110101 1101000 1010001 110001 0 111011 11011000 1000100 11000

Color Harmonies of #143568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143568

Black with #143568

Text Example


Text Example

White with #143568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143568; }

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

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

background-color css

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

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

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

border-color css

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

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

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