Html Css Color HEX #143368 Sapphire

📋 copy color: '#143368'

red 20 ◦ green 51 ◦ blue 104

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

Shades of Sapphire #143368

Tints of Sapphire #143368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 11.43%
G = 29.14%
B = 59.43%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143368 (or 0x143368) is known color: Sapphire. HEX triplet: 14, 33 and 68. RGB value is (20,51,104). Sum of RGB (Red+Green+Blue) = 20+51+104=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #143368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143368 is #EBCC97. Grayscale: #2F2F2F. Windows color (decimal): -15453336 or 6828820. OLE color: 6828820.

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

Color convert

RGB 20 51 104 -
CMYK 0.81 0.51 0 0.59
HSL 217.86º 0.68% 0.24% -
HSV(B) 217.86º 0.81% 0.41% -
XYZ 3.97 3.52 13.57 -
YUV 47.77 159.73 108.19 -
System Red Green Blue C M Y K H S L
Decimal 20 51 104 0.81 0.51 0 0.59 217.86 0.68 0.24
Hex 14 33 68 51 33 0 3B DA 44 18
Octal 24 63 150 121 63 0 73 332 104 30
Binary 10100 110011 1101000 1010001 110011 0 111011 11011010 1000100 11000

Color Harmonies of #143368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143368

Black with #143368

Text Example


Text Example

White with #143368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143368; }

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

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

background-color css

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

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

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

border-color css

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

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

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