Html Css Color HEX #143468 Sapphire

📋 copy color: '#143468'

red 20 ◦ green 52 ◦ blue 104

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

Shades of Sapphire #143468

Tints of Sapphire #143468

RGB

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

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

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

R = 11.36%
G = 29.55%
B = 59.09%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143468 (or 0x143468) is known color: Sapphire. HEX triplet: 14, 34 and 68. RGB value is (20,52,104). Sum of RGB (Red+Green+Blue) = 20+52+104=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #143468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143468 is #EBCB97. Grayscale: #303030. Windows color (decimal): -15453080 or 6829076. OLE color: 6829076.

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

Color convert

RGB 20 52 104 -
CMYK 0.81 0.50 0 0.59
HSL 217.14º 0.68% 0.24% -
HSV(B) 217.14º 0.81% 0.41% -
XYZ 4.02 3.6 13.58 -
YUV 48.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 20 52 104 0.81 0.50 0 0.59 217.14 0.68 0.24
Hex 14 34 68 51 32 0 3B D9 44 18
Octal 24 64 150 121 62 0 73 331 104 30
Binary 10100 110100 1101000 1010001 110010 0 111011 11011001 1000100 11000

Color Harmonies of #143468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143468

Black with #143468

Text Example


Text Example

White with #143468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143468; }

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

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

background-color css

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

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

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

border-color css

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

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

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