Html Css Color HEX #144F71 Orient

📋 copy color: '#144F71'

red 20 ◦ green 79 ◦ blue 113

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

Shades of Orient #144F71

Tints of Orient #144F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.26%

 BLUE value IS 113 (44.53% from 255) = 53.3%

R = 9.43%
G = 37.26%
B = 53.3%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#144F71 (or 0x144F71) is known color: Orient. HEX triplet: 14, 4F and 71. RGB value is (20,79,113). Sum of RGB (Red+Green+Blue) = 20+79+113=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #144F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F71 is #EBB08E. Grayscale: #414141. Windows color (decimal): -15446159 or 7425812. OLE color: 7425812.

HSL color Cylindrical-coordinate representation of color #144F71: hue angle of 201.94º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144F71 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 79 113 -
CMYK 0.82 0.30 0 0.56
HSL 201.94º 0.7% 0.26% -
HSV(B) 201.94º 0.82% 0.44% -
XYZ 6.07 6.93 16.64 -
YUV 65.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 20 79 113 0.82 0.30 0 0.56 201.94 0.7 0.26
Hex 14 4F 71 52 1E 0 38 CA 46 1A
Octal 24 117 161 122 36 0 70 312 106 32
Binary 10100 1001111 1110001 1010010 11110 0 111000 11001010 1000110 11010

Color Harmonies of #144F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F71

Black with #144F71

Text Example


Text Example

White with #144F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144F71; }

 p { color: rgb(20,79,113); }

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

background-color css

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

 a { background-color: rgb(20,79,113); }

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

border-color css

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

 span { border-color: rgb(20,79,113); }

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