Html Css Color HEX #145674 Orient

📋 copy color: '#145674'

red 20 ◦ green 86 ◦ blue 116

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

Shades of Orient #145674

Tints of Orient #145674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.74%

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

R = 9.01%
G = 38.74%
B = 52.25%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145674 (or 0x145674) is known color: Orient. HEX triplet: 14, 56 and 74. RGB value is (20,86,116). Sum of RGB (Red+Green+Blue) = 20+86+116=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #145674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145674 is #EBA98B. Grayscale: #454545. Windows color (decimal): -15444364 or 7624212. OLE color: 7624212.

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

Color convert

RGB 20 86 116 -
CMYK 0.83 0.26 0 0.55
HSL 198.75º 0.71% 0.27% -
HSV(B) 198.75º 0.83% 0.45% -
XYZ 6.77 8.07 17.72 -
YUV 69.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 20 86 116 0.83 0.26 0 0.55 198.75 0.71 0.27
Hex 14 56 74 53 1A 0 37 C7 47 1B
Octal 24 126 164 123 32 0 67 307 107 33
Binary 10100 1010110 1110100 1010011 11010 0 110111 11000111 1000111 11011

Color Harmonies of #145674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145674

Black with #145674

Text Example


Text Example

White with #145674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145674; }

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

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

background-color css

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

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

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

border-color css

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

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

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