Html Css Color HEX #143362 Sapphire

📋 copy color: '#143362'

red 20 ◦ green 51 ◦ blue 98

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

Shades of Sapphire #143362

Tints of Sapphire #143362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

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

R = 11.83%
G = 30.18%
B = 57.99%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143362 (or 0x143362) is known color: Sapphire. HEX triplet: 14, 33 and 62. RGB value is (20,51,98). Sum of RGB (Red+Green+Blue) = 20+51+98=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #143362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143362 is #EBCC9D. Grayscale: #2E2E2E. Windows color (decimal): -15453342 or 6435604. OLE color: 6435604.

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

Color convert

RGB 20 51 98 -
CMYK 0.80 0.48 0 0.62
HSL 216.15º 0.66% 0.23% -
HSV(B) 216.15º 0.8% 0.38% -
XYZ 3.68 3.4 12.02 -
YUV 47.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 20 51 98 0.80 0.48 0 0.62 216.15 0.66 0.23
Hex 14 33 62 50 30 0 3E D8 42 17
Octal 24 63 142 120 60 0 76 330 102 27
Binary 10100 110011 1100010 1010000 110000 0 111110 11011000 1000010 10111

Color Harmonies of #143362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143362

Black with #143362

Text Example


Text Example

White with #143362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143362; }

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

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

background-color css

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

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

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

border-color css

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

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

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