Html Css Color HEX #143472 Sapphire

📋 copy color: '#143472'

red 20 ◦ green 52 ◦ blue 114

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

Shades of Sapphire #143472

Tints of Sapphire #143472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 61.29%

R = 10.75%
G = 27.96%
B = 61.29%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143472 (or 0x143472) is known color: Sapphire. HEX triplet: 14, 34 and 72. RGB value is (20,52,114). Sum of RGB (Red+Green+Blue) = 20+52+114=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #143472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143472 is #EBCB8D. Grayscale: #313131. Windows color (decimal): -15453070 or 7484436. OLE color: 7484436.

HSL color Cylindrical-coordinate representation of color #143472: hue angle of 219.57º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143472 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 52 114 -
CMYK 0.82 0.54 0 0.55
HSL 219.57º 0.7% 0.26% -
HSV(B) 219.57º 0.82% 0.45% -
XYZ 4.55 3.82 16.42 -
YUV 49.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 20 52 114 0.82 0.54 0 0.55 219.57 0.7 0.26
Hex 14 34 72 52 36 0 37 DC 46 1A
Octal 24 64 162 122 66 0 67 334 106 32
Binary 10100 110100 1110010 1010010 110110 0 110111 11011100 1000110 11010

Color Harmonies of #143472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143472

Black with #143472

Text Example


Text Example

White with #143472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143472; }

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

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

background-color css

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

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

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

border-color css

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

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

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