Html Css Color HEX #145779 Orient

📋 copy color: '#145779'

red 20 ◦ green 87 ◦ blue 121

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

Shades of Orient #145779

Tints of Orient #145779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

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

R = 8.77%
G = 38.16%
B = 53.07%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145779 (or 0x145779) is known color: Orient. HEX triplet: 14, 57 and 79. RGB value is (20,87,121). Sum of RGB (Red+Green+Blue) = 20+87+121=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #145779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145779 is #EBA886. Grayscale: #464646. Windows color (decimal): -15444103 or 7952148. OLE color: 7952148.

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

Color convert

RGB 20 87 121 -
CMYK 0.83 0.28 0 0.53
HSL 200.2º 0.72% 0.28% -
HSV(B) 200.2º 0.83% 0.47% -
XYZ 7.15 8.35 19.32 -
YUV 70.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 20 87 121 0.83 0.28 0 0.53 200.2 0.72 0.28
Hex 14 57 79 53 1C 0 35 C8 48 1C
Octal 24 127 171 123 34 0 65 310 110 34
Binary 10100 1010111 1111001 1010011 11100 0 110101 11001000 1001000 11100

Color Harmonies of #145779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145779

Black with #145779

Text Example


Text Example

White with #145779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145779; }

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

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

background-color css

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

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

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

border-color css

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

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

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