Html Css Color HEX #143262 Sapphire

📋 copy color: '#143262'

red 20 ◦ green 50 ◦ blue 98

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

Shades of Sapphire #143262

Tints of Sapphire #143262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.33%

R = 11.9%
G = 29.76%
B = 58.33%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143262 (or 0x143262) is known color: Sapphire. HEX triplet: 14, 32 and 62. RGB value is (20,50,98). Sum of RGB (Red+Green+Blue) = 20+50+98=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #143262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143262 is #EBCD9D. Grayscale: #2E2E2E. Windows color (decimal): -15453598 or 6435348. OLE color: 6435348.

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

Color convert

RGB 20 50 98 -
CMYK 0.80 0.49 0 0.62
HSL 216.92º 0.66% 0.23% -
HSV(B) 216.92º 0.8% 0.38% -
XYZ 3.63 3.31 12 -
YUV 46.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 20 50 98 0.80 0.49 0 0.62 216.92 0.66 0.23
Hex 14 32 62 50 31 0 3E D9 42 17
Octal 24 62 142 120 61 0 76 331 102 27
Binary 10100 110010 1100010 1010000 110001 0 111110 11011001 1000010 10111

Color Harmonies of #143262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143262

Black with #143262

Text Example


Text Example

White with #143262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143262; }

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

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

background-color css

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

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

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

border-color css

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

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

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