Html Css Color HEX #143062 Sapphire

📋 copy color: '#143062'

red 20 ◦ green 48 ◦ blue 98

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

Shades of Sapphire #143062

Tints of Sapphire #143062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

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

R = 12.05%
G = 28.92%
B = 59.04%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143062 (or 0x143062) is known color: Sapphire. HEX triplet: 14, 30 and 62. RGB value is (20,48,98). Sum of RGB (Red+Green+Blue) = 20+48+98=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #143062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143062 is #EBCF9D. Grayscale: #2D2D2D. Windows color (decimal): -15454110 or 6434836. OLE color: 6434836.

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

Color convert

RGB 20 48 98 -
CMYK 0.80 0.51 0 0.62
HSL 218.46º 0.66% 0.23% -
HSV(B) 218.46º 0.8% 0.38% -
XYZ 3.55 3.14 11.98 -
YUV 45.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 20 48 98 0.80 0.51 0 0.62 218.46 0.66 0.23
Hex 14 30 62 50 33 0 3E DA 42 17
Octal 24 60 142 120 63 0 76 332 102 27
Binary 10100 110000 1100010 1010000 110011 0 111110 11011010 1000010 10111

Color Harmonies of #143062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143062

Black with #143062

Text Example


Text Example

White with #143062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143062; }

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

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

background-color css

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

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

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

border-color css

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

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

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