Html Css Color HEX #143074 Sapphire

📋 copy color: '#143074'

red 20 ◦ green 48 ◦ blue 116

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

Shades of Sapphire #143074

Tints of Sapphire #143074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.04%

R = 10.87%
G = 26.09%
B = 63.04%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143074 (or 0x143074) is known color: Sapphire. HEX triplet: 14, 30 and 74. RGB value is (20,48,116). Sum of RGB (Red+Green+Blue) = 20+48+116=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #143074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143074 is #EBCF8B. Grayscale: #2F2F2F. Windows color (decimal): -15454092 or 7614484. OLE color: 7614484.

HSL color Cylindrical-coordinate representation of color #143074: hue angle of 222.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143074 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 48 116 -
CMYK 0.83 0.59 0 0.55
HSL 222.5º 0.71% 0.27% -
HSV(B) 222.5º 0.83% 0.45% -
XYZ 4.5 3.52 16.97 -
YUV 47.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 20 48 116 0.83 0.59 0 0.55 222.5 0.71 0.27
Hex 14 30 74 53 3B 0 37 DE 47 1B
Octal 24 60 164 123 73 0 67 336 107 33
Binary 10100 110000 1110100 1010011 111011 0 110111 11011110 1000111 11011

Color Harmonies of #143074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143074

Black with #143074

Text Example


Text Example

White with #143074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143074; }

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

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

background-color css

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

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

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

border-color css

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

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

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