Html Css Color HEX #145379 Orient

📋 copy color: '#145379'

red 20 ◦ green 83 ◦ blue 121

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

Shades of Orient #145379

Tints of Orient #145379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

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

R = 8.93%
G = 37.05%
B = 54.02%

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

#145379 (or 0x145379) is known color: Orient. HEX triplet: 14, 53 and 79. RGB value is (20,83,121). Sum of RGB (Red+Green+Blue) = 20+83+121=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #145379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145379 is #EBAC86. Grayscale: #444444. Windows color (decimal): -15445127 or 7951124. OLE color: 7951124.

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

Color convert

RGB 20 83 121 -
CMYK 0.83 0.31 0 0.53
HSL 202.57º 0.72% 0.28% -
HSV(B) 202.57º 0.83% 0.47% -
XYZ 6.83 7.72 19.22 -
YUV 68.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 20 83 121 0.83 0.31 0 0.53 202.57 0.72 0.28
Hex 14 53 79 53 1F 0 35 CB 48 1C
Octal 24 123 171 123 37 0 65 313 110 34
Binary 10100 1010011 1111001 1010011 11111 0 110101 11001011 1001000 11100

Color Harmonies of #145379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145379

Black with #145379

Text Example


Text Example

White with #145379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145379; }

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

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

background-color css

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

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

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

border-color css

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

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

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