Html Css Color HEX #145574 Orient

📋 copy color: '#145574'

red 20 ◦ green 85 ◦ blue 116

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

Shades of Orient #145574

Tints of Orient #145574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 9.05%
G = 38.46%
B = 52.49%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145574 (or 0x145574) is known color: Orient. HEX triplet: 14, 55 and 74. RGB value is (20,85,116). Sum of RGB (Red+Green+Blue) = 20+85+116=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #145574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145574 is #EBAA8B. Grayscale: #444444. Windows color (decimal): -15444620 or 7623956. OLE color: 7623956.

HSL color Cylindrical-coordinate representation of color #145574: hue angle of 199.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145574 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 85 116 -
CMYK 0.83 0.27 0 0.55
HSL 199.38º 0.71% 0.27% -
HSV(B) 199.38º 0.83% 0.45% -
XYZ 6.69 7.91 17.7 -
YUV 69.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 20 85 116 0.83 0.27 0 0.55 199.38 0.71 0.27
Hex 14 55 74 53 1B 0 37 C7 47 1B
Octal 24 125 164 123 33 0 67 307 107 33
Binary 10100 1010101 1110100 1010011 11011 0 110111 11000111 1000111 11011

Color Harmonies of #145574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145574

Black with #145574

Text Example


Text Example

White with #145574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145574; }

 p { color: rgb(20,85,116); }

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

background-color css

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

 a { background-color: rgb(20,85,116); }

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

border-color css

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

 span { border-color: rgb(20,85,116); }

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