Html Css Color HEX #143466 Sapphire

📋 copy color: '#143466'

red 20 ◦ green 52 ◦ blue 102

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

Shades of Sapphire #143466

Tints of Sapphire #143466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 11.49%
G = 29.89%
B = 58.62%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#143466 (or 0x143466) is known color: Sapphire. HEX triplet: 14, 34 and 66. RGB value is (20,52,102). Sum of RGB (Red+Green+Blue) = 20+52+102=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #143466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143466 is #EBCB99. Grayscale: #2F2F2F. Windows color (decimal): -15453082 or 6698004. OLE color: 6698004.

HSL color Cylindrical-coordinate representation of color #143466: hue angle of 216.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143466 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 52 102 -
CMYK 0.80 0.49 0 0.6
HSL 216.59º 0.67% 0.24% -
HSV(B) 216.59º 0.8% 0.4% -
XYZ 3.91 3.56 13.05 -
YUV 48.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 20 52 102 0.80 0.49 0 0.6 216.59 0.67 0.24
Hex 14 34 66 50 31 0 3C D9 43 18
Octal 24 64 146 120 61 0 74 331 103 30
Binary 10100 110100 1100110 1010000 110001 0 111100 11011001 1000011 11000

Color Harmonies of #143466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143466

Black with #143466

Text Example


Text Example

White with #143466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143466; }

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

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

background-color css

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

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

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

border-color css

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

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

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