Html Css Color HEX #145569 Orient

📋 copy color: '#145569'

red 20 ◦ green 85 ◦ blue 105

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

Shades of Orient #145569

Tints of Orient #145569

RGB

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

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

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

R = 9.52%
G = 40.48%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145569 (or 0x145569) is known color: Orient. HEX triplet: 14, 55 and 69. RGB value is (20,85,105). Sum of RGB (Red+Green+Blue) = 20+85+105=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #145569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145569 is #EBAA96. Grayscale: #434343. Windows color (decimal): -15444631 or 6903060. OLE color: 6903060.

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

Color convert

RGB 20 85 105 -
CMYK 0.81 0.19 0 0.59
HSL 194.12º 0.68% 0.25% -
HSV(B) 194.12º 0.81% 0.41% -
XYZ 6.09 7.67 14.52 -
YUV 67.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 20 85 105 0.81 0.19 0 0.59 194.12 0.68 0.25
Hex 14 55 69 51 13 0 3B C2 44 19
Octal 24 125 151 121 23 0 73 302 104 31
Binary 10100 1010101 1101001 1010001 10011 0 111011 11000010 1000100 11001

Color Harmonies of #145569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145569

Black with #145569

Text Example


Text Example

White with #145569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145569; }

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

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

background-color css

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

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

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

border-color css

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

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

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