Html Css Color HEX #145568 Orient

📋 copy color: '#145568'

red 20 ◦ green 85 ◦ blue 104

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

Shades of Orient #145568

Tints of Orient #145568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 9.57%
G = 40.67%
B = 49.76%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145568 (or 0x145568) is known color: Orient. HEX triplet: 14, 55 and 68. RGB value is (20,85,104). Sum of RGB (Red+Green+Blue) = 20+85+104=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #145568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145568 is #EBAA97. Grayscale: #434343. Windows color (decimal): -15444632 or 6837524. OLE color: 6837524.

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

Color convert

RGB 20 85 104 -
CMYK 0.81 0.18 0 0.59
HSL 193.57º 0.68% 0.24% -
HSV(B) 193.57º 0.81% 0.41% -
XYZ 6.04 7.65 14.25 -
YUV 67.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 20 85 104 0.81 0.18 0 0.59 193.57 0.68 0.24
Hex 14 55 68 51 12 0 3B C2 44 18
Octal 24 125 150 121 22 0 73 302 104 30
Binary 10100 1010101 1101000 1010001 10010 0 111011 11000010 1000100 11000

Color Harmonies of #145568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145568

Black with #145568

Text Example


Text Example

White with #145568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145568; }

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

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

background-color css

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

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

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

border-color css

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

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

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