Html Css Color HEX #145369 Orient

📋 copy color: '#145369'

red 20 ◦ green 83 ◦ blue 105

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

Shades of Orient #145369

Tints of Orient #145369

RGB

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

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

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

R = 9.62%
G = 39.9%
B = 50.48%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145369 (or 0x145369) is known color: Orient. HEX triplet: 14, 53 and 69. RGB value is (20,83,105). Sum of RGB (Red+Green+Blue) = 20+83+105=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #145369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145369 is #EBAC96. Grayscale: #424242. Windows color (decimal): -15445143 or 6902548. OLE color: 6902548.

HSL color Cylindrical-coordinate representation of color #145369: hue angle of 195.53º 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 #145369 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 83 105 -
CMYK 0.81 0.21 0 0.59
HSL 195.53º 0.68% 0.25% -
HSV(B) 195.53º 0.81% 0.41% -
XYZ 5.93 7.36 14.47 -
YUV 66.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 20 83 105 0.81 0.21 0 0.59 195.53 0.68 0.25
Hex 14 53 69 51 15 0 3B C4 44 19
Octal 24 123 151 121 25 0 73 304 104 31
Binary 10100 1010011 1101001 1010001 10101 0 111011 11000100 1000100 11001

Color Harmonies of #145369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145369

Black with #145369

Text Example


Text Example

White with #145369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145369; }

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

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

background-color css

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

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

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

border-color css

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

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

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