Html Css Color HEX #145376 Orient

📋 copy color: '#145376'

red 20 ◦ green 83 ◦ blue 118

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

Shades of Orient #145376

Tints of Orient #145376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 9.05%
G = 37.56%
B = 53.39%

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

#145376 (or 0x145376) is known color: Orient. HEX triplet: 14, 53 and 76. RGB value is (20,83,118). Sum of RGB (Red+Green+Blue) = 20+83+118=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #145376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145376 is #EBAC89. Grayscale: #434343. Windows color (decimal): -15445130 or 7754516. OLE color: 7754516.

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

Color convert

RGB 20 83 118 -
CMYK 0.83 0.30 0 0.54
HSL 201.43º 0.71% 0.27% -
HSV(B) 201.43º 0.83% 0.46% -
XYZ 6.65 7.64 18.26 -
YUV 68.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 20 83 118 0.83 0.30 0 0.54 201.43 0.71 0.27
Hex 14 53 76 53 1E 0 36 C9 47 1B
Octal 24 123 166 123 36 0 66 311 107 33
Binary 10100 1010011 1110110 1010011 11110 0 110110 11001001 1000111 11011

Color Harmonies of #145376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145376

Black with #145376

Text Example


Text Example

White with #145376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145376; }

 p { color: rgb(20,83,118); }

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

background-color css

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

 a { background-color: rgb(20,83,118); }

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

border-color css

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

 span { border-color: rgb(20,83,118); }

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