Html Css Color HEX #143069 Sapphire

📋 copy color: '#143069'

red 20 ◦ green 48 ◦ blue 105

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

Shades of Sapphire #143069

Tints of Sapphire #143069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 11.56%
G = 27.75%
B = 60.69%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143069 (or 0x143069) is known color: Sapphire. HEX triplet: 14, 30 and 69. RGB value is (20,48,105). Sum of RGB (Red+Green+Blue) = 20+48+105=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #143069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143069 is #EBCF96. Grayscale: #2D2D2D. Windows color (decimal): -15454103 or 6893588. OLE color: 6893588.

HSL color Cylindrical-coordinate representation of color #143069: hue angle of 220.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143069 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 48 105 -
CMYK 0.81 0.54 0 0.59
HSL 220.24º 0.68% 0.25% -
HSV(B) 220.24º 0.81% 0.41% -
XYZ 3.9 3.28 13.79 -
YUV 46.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 20 48 105 0.81 0.54 0 0.59 220.24 0.68 0.25
Hex 14 30 69 51 36 0 3B DC 44 19
Octal 24 60 151 121 66 0 73 334 104 31
Binary 10100 110000 1101001 1010001 110110 0 111011 11011100 1000100 11001

Color Harmonies of #143069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143069

Black with #143069

Text Example


Text Example

White with #143069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143069; }

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

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

background-color css

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

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

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

border-color css

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

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

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