Html Css Color HEX #143275 Sapphire

📋 copy color: '#143275'

red 20 ◦ green 50 ◦ blue 117

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

Shades of Sapphire #143275

Tints of Sapphire #143275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 117 (46.09% from 255) = 62.57%

R = 10.7%
G = 26.74%
B = 62.57%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#143275 (or 0x143275) is known color: Sapphire. HEX triplet: 14, 32 and 75. RGB value is (20,50,117). Sum of RGB (Red+Green+Blue) = 20+50+117=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #143275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143275 is #EBCD8A. Grayscale: #303030. Windows color (decimal): -15453579 or 7680532. OLE color: 7680532.

HSL color Cylindrical-coordinate representation of color #143275: hue angle of 221.44º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143275 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 50 117 -
CMYK 0.83 0.57 0 0.54
HSL 221.44º 0.71% 0.27% -
HSV(B) 221.44º 0.83% 0.46% -
XYZ 4.64 3.71 17.3 -
YUV 48.67 166.56 107.55 -
System Red Green Blue C M Y K H S L
Decimal 20 50 117 0.83 0.57 0 0.54 221.44 0.71 0.27
Hex 14 32 75 53 39 0 36 DD 47 1B
Octal 24 62 165 123 71 0 66 335 107 33
Binary 10100 110010 1110101 1010011 111001 0 110110 11011101 1000111 11011

Color Harmonies of #143275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143275

Black with #143275

Text Example


Text Example

White with #143275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143275; }

 p { color: rgb(20,50,117); }

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

background-color css

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

 a { background-color: rgb(20,50,117); }

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

border-color css

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

 span { border-color: rgb(20,50,117); }

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