Html Css Color HEX #145070 Orient

📋 copy color: '#145070'

red 20 ◦ green 80 ◦ blue 112

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

Shades of Orient #145070

Tints of Orient #145070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 9.43%
G = 37.74%
B = 52.83%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#145070 (or 0x145070) is known color: Orient. HEX triplet: 14, 50 and 70. RGB value is (20,80,112). Sum of RGB (Red+Green+Blue) = 20+80+112=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #145070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145070 is #EBAF8F. Grayscale: #414141. Windows color (decimal): -15445904 or 7360532. OLE color: 7360532.

HSL color Cylindrical-coordinate representation of color #145070: hue angle of 200.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145070 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 80 112 -
CMYK 0.82 0.29 0 0.56
HSL 200.87º 0.7% 0.26% -
HSV(B) 200.87º 0.82% 0.44% -
XYZ 6.08 7.06 16.37 -
YUV 65.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 20 80 112 0.82 0.29 0 0.56 200.87 0.7 0.26
Hex 14 50 70 52 1D 0 38 C9 46 1A
Octal 24 120 160 122 35 0 70 311 106 32
Binary 10100 1010000 1110000 1010010 11101 0 111000 11001001 1000110 11010

Color Harmonies of #145070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145070

Black with #145070

Text Example


Text Example

White with #145070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145070; }

 p { color: rgb(20,80,112); }

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

background-color css

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

 a { background-color: rgb(20,80,112); }

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

border-color css

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

 span { border-color: rgb(20,80,112); }

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