Html Css Color HEX #145269 Orient

📋 copy color: '#145269'

red 20 ◦ green 82 ◦ blue 105

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

Shades of Orient #145269

Tints of Orient #145269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.72%

R = 9.66%
G = 39.61%
B = 50.72%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145269 (or 0x145269) is known color: Orient. HEX triplet: 14, 52 and 69. RGB value is (20,82,105). Sum of RGB (Red+Green+Blue) = 20+82+105=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #145269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145269 is #EBAD96. Grayscale: #414141. Windows color (decimal): -15445399 or 6902292. OLE color: 6902292.

HSL color Cylindrical-coordinate representation of color #145269: hue angle of 196.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145269 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 82 105 -
CMYK 0.81 0.22 0 0.59
HSL 196.24º 0.68% 0.25% -
HSV(B) 196.24º 0.81% 0.41% -
XYZ 5.86 7.2 14.45 -
YUV 66.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 20 82 105 0.81 0.22 0 0.59 196.24 0.68 0.25
Hex 14 52 69 51 16 0 3B C4 44 19
Octal 24 122 151 121 26 0 73 304 104 31
Binary 10100 1010010 1101001 1010001 10110 0 111011 11000100 1000100 11001

Color Harmonies of #145269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145269

Black with #145269

Text Example


Text Example

White with #145269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145269; }

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

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

background-color css

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

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

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

border-color css

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

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

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