Html Css Color HEX #145479 Orient

📋 copy color: '#145479'

red 20 ◦ green 84 ◦ blue 121

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

Shades of Orient #145479

Tints of Orient #145479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 8.89%
G = 37.33%
B = 53.78%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145479 (or 0x145479) is known color: Orient. HEX triplet: 14, 54 and 79. RGB value is (20,84,121). Sum of RGB (Red+Green+Blue) = 20+84+121=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #145479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145479 is #EBAB86. Grayscale: #444444. Windows color (decimal): -15444871 or 7951380. OLE color: 7951380.

HSL color Cylindrical-coordinate representation of color #145479: hue angle of 201.98º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145479 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 84 121 -
CMYK 0.83 0.31 0 0.53
HSL 201.98º 0.72% 0.28% -
HSV(B) 201.98º 0.83% 0.47% -
XYZ 6.91 7.87 19.24 -
YUV 69.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 20 84 121 0.83 0.31 0 0.53 201.98 0.72 0.28
Hex 14 54 79 53 1F 0 35 CA 48 1C
Octal 24 124 171 123 37 0 65 312 110 34
Binary 10100 1010100 1111001 1010011 11111 0 110101 11001010 1001000 11100

Color Harmonies of #145479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145479

Black with #145479

Text Example


Text Example

White with #145479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145479; }

 p { color: rgb(20,84,121); }

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

background-color css

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

 a { background-color: rgb(20,84,121); }

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

border-color css

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

 span { border-color: rgb(20,84,121); }

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