Html Css Color HEX #145567 Orient

📋 copy color: '#145567'

red 20 ◦ green 85 ◦ blue 103

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

Shades of Orient #145567

Tints of Orient #145567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 9.62%
G = 40.87%
B = 49.52%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#145567 (or 0x145567) is known color: Orient. HEX triplet: 14, 55 and 67. RGB value is (20,85,103). Sum of RGB (Red+Green+Blue) = 20+85+103=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #145567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145567 is #EBAA98. Grayscale: #434343. Windows color (decimal): -15444633 or 6771988. OLE color: 6771988.

HSL color Cylindrical-coordinate representation of color #145567: hue angle of 193.01º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145567 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 85 103 -
CMYK 0.81 0.17 0 0.60
HSL 193.01º 0.67% 0.24% -
HSV(B) 193.01º 0.81% 0.4% -
XYZ 5.99 7.62 13.99 -
YUV 67.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 20 85 103 0.81 0.17 0 0.60 193.01 0.67 0.24
Hex 14 55 67 51 11 0 3C C1 43 18
Octal 24 125 147 121 21 0 74 301 103 30
Binary 10100 1010101 1100111 1010001 10001 0 111100 11000001 1000011 11000

Color Harmonies of #145567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145567

Black with #145567

Text Example


Text Example

White with #145567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145567; }

 p { color: rgb(20,85,103); }

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

background-color css

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

 a { background-color: rgb(20,85,103); }

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

border-color css

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

 span { border-color: rgb(20,85,103); }

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