Html Css Color HEX #145275 Orient

📋 copy color: '#145275'

red 20 ◦ green 82 ◦ blue 117

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

Shades of Orient #145275

Tints of Orient #145275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 9.13%
G = 37.44%
B = 53.42%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145275 (or 0x145275) is known color: Orient. HEX triplet: 14, 52 and 75. RGB value is (20,82,117). Sum of RGB (Red+Green+Blue) = 20+82+117=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #145275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145275 is #EBAD8A. Grayscale: #434343. Windows color (decimal): -15445387 or 7688724. OLE color: 7688724.

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

Color convert

RGB 20 82 117 -
CMYK 0.83 0.30 0 0.54
HSL 201.65º 0.71% 0.27% -
HSV(B) 201.65º 0.83% 0.46% -
XYZ 6.52 7.47 17.93 -
YUV 67.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 20 82 117 0.83 0.30 0 0.54 201.65 0.71 0.27
Hex 14 52 75 53 1E 0 36 CA 47 1B
Octal 24 122 165 123 36 0 66 312 107 33
Binary 10100 1010010 1110101 1010011 11110 0 110110 11001010 1000111 11011

Color Harmonies of #145275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145275

Black with #145275

Text Example


Text Example

White with #145275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145275; }

 p { color: rgb(20,82,117); }

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

background-color css

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

 a { background-color: rgb(20,82,117); }

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

border-color css

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

 span { border-color: rgb(20,82,117); }

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