Html Css Color HEX #143465 Sapphire

📋 copy color: '#143465'

red 20 ◦ green 52 ◦ blue 101

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

Shades of Sapphire #143465

Tints of Sapphire #143465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 58.38%

R = 11.56%
G = 30.06%
B = 58.38%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#143465 (or 0x143465) is known color: Sapphire. HEX triplet: 14, 34 and 65. RGB value is (20,52,101). Sum of RGB (Red+Green+Blue) = 20+52+101=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #143465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143465 is #EBCB9A. Grayscale: #2F2F2F. Windows color (decimal): -15453083 or 6632468. OLE color: 6632468.

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

Color convert

RGB 20 52 101 -
CMYK 0.80 0.49 0 0.60
HSL 216.3º 0.67% 0.24% -
HSV(B) 216.3º 0.8% 0.4% -
XYZ 3.87 3.54 12.79 -
YUV 48.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 20 52 101 0.80 0.49 0 0.60 216.3 0.67 0.24
Hex 14 34 65 50 31 0 3C D8 43 18
Octal 24 64 145 120 61 0 74 330 103 30
Binary 10100 110100 1100101 1010000 110001 0 111100 11011000 1000011 11000

Color Harmonies of #143465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143465

Black with #143465

Text Example


Text Example

White with #143465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143465; }

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

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

background-color css

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

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

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

border-color css

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

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

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