Html Css Color HEX #145172 Orient

📋 copy color: '#145172'

red 20 ◦ green 81 ◦ blue 114

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

Shades of Orient #145172

Tints of Orient #145172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 9.3%
G = 37.67%
B = 53.02%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145172 (or 0x145172) is known color: Orient. HEX triplet: 14, 51 and 72. RGB value is (20,81,114). Sum of RGB (Red+Green+Blue) = 20+81+114=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #145172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145172 is #EBAE8D. Grayscale: #424242. Windows color (decimal): -15445646 or 7491860. OLE color: 7491860.

HSL color Cylindrical-coordinate representation of color #145172: hue angle of 201.06º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145172 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 81 114 -
CMYK 0.82 0.29 0 0.55
HSL 201.06º 0.7% 0.26% -
HSV(B) 201.06º 0.82% 0.45% -
XYZ 6.27 7.25 16.99 -
YUV 66.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 20 81 114 0.82 0.29 0 0.55 201.06 0.7 0.26
Hex 14 51 72 52 1D 0 37 C9 46 1A
Octal 24 121 162 122 35 0 67 311 106 32
Binary 10100 1010001 1110010 1010010 11101 0 110111 11001001 1000110 11010

Color Harmonies of #145172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145172

Black with #145172

Text Example


Text Example

White with #145172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145172; }

 p { color: rgb(20,81,114); }

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

background-color css

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

 a { background-color: rgb(20,81,114); }

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

border-color css

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

 span { border-color: rgb(20,81,114); }

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