Html Css Color HEX #143474 Sapphire

📋 copy color: '#143474'

red 20 ◦ green 52 ◦ blue 116

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

Shades of Sapphire #143474

Tints of Sapphire #143474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 10.64%
G = 27.66%
B = 61.7%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143474 (or 0x143474) is known color: Sapphire. HEX triplet: 14, 34 and 74. RGB value is (20,52,116). Sum of RGB (Red+Green+Blue) = 20+52+116=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #143474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143474 is #EBCB8B. Grayscale: #313131. Windows color (decimal): -15453068 or 7615508. OLE color: 7615508.

HSL color Cylindrical-coordinate representation of color #143474: hue angle of 220º 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 #143474 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 52 116 -
CMYK 0.83 0.55 0 0.55
HSL 220º 0.71% 0.27% -
HSV(B) 220º 0.83% 0.45% -
XYZ 4.67 3.87 17.02 -
YUV 49.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 20 52 116 0.83 0.55 0 0.55 220 0.71 0.27
Hex 14 34 74 53 37 0 37 DC 47 1B
Octal 24 64 164 123 67 0 67 334 107 33
Binary 10100 110100 1110100 1010011 110111 0 110111 11011100 1000111 11011

Color Harmonies of #143474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143474

Black with #143474

Text Example


Text Example

White with #143474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143474; }

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

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

background-color css

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

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

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

border-color css

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

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

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