Html Css Color HEX #143261 Sapphire

📋 copy color: '#143261'

red 20 ◦ green 50 ◦ blue 97

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

Shades of Sapphire #143261

Tints of Sapphire #143261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 11.98%
G = 29.94%
B = 58.08%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143261 (or 0x143261) is known color: Sapphire. HEX triplet: 14, 32 and 61. RGB value is (20,50,97). Sum of RGB (Red+Green+Blue) = 20+50+97=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #143261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143261 is #EBCD9E. Grayscale: #2E2E2E. Windows color (decimal): -15453599 or 6369812. OLE color: 6369812.

HSL color Cylindrical-coordinate representation of color #143261: hue angle of 216.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143261 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 50 97 -
CMYK 0.79 0.48 0 0.62
HSL 216.62º 0.66% 0.23% -
HSV(B) 216.62º 0.79% 0.38% -
XYZ 3.59 3.29 11.76 -
YUV 46.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 20 50 97 0.79 0.48 0 0.62 216.62 0.66 0.23
Hex 14 32 61 4F 30 0 3E D9 42 17
Octal 24 62 141 117 60 0 76 331 102 27
Binary 10100 110010 1100001 1001111 110000 0 111110 11011001 1000010 10111

Color Harmonies of #143261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143261

Black with #143261

Text Example


Text Example

White with #143261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143261; }

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

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

background-color css

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

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

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

border-color css

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

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

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