Html Css Color HEX #145276 Orient

📋 copy color: '#145276'

red 20 ◦ green 82 ◦ blue 118

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

Shades of Orient #145276

Tints of Orient #145276

RGB

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

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

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

R = 9.09%
G = 37.27%
B = 53.64%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145276 (or 0x145276) is known color: Orient. HEX triplet: 14, 52 and 76. RGB value is (20,82,118). Sum of RGB (Red+Green+Blue) = 20+82+118=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #145276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145276 is #EBAD89. Grayscale: #434343. Windows color (decimal): -15445386 or 7754260. OLE color: 7754260.

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

Color convert

RGB 20 82 118 -
CMYK 0.83 0.31 0 0.54
HSL 202.04º 0.71% 0.27% -
HSV(B) 202.04º 0.83% 0.46% -
XYZ 6.58 7.49 18.24 -
YUV 67.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 20 82 118 0.83 0.31 0 0.54 202.04 0.71 0.27
Hex 14 52 76 53 1F 0 36 CA 47 1B
Octal 24 122 166 123 37 0 66 312 107 33
Binary 10100 1010010 1110110 1010011 11111 0 110110 11001010 1000111 11011

Color Harmonies of #145276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145276

Black with #145276

Text Example


Text Example

White with #145276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145276; }

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

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

background-color css

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

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

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

border-color css

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

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

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