Html Css Color HEX #145875 Orient

📋 copy color: '#145875'

red 20 ◦ green 88 ◦ blue 117

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

Shades of Orient #145875

Tints of Orient #145875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 117 (46.09% from 255) = 52%

R = 8.89%
G = 39.11%
B = 52%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145875 (or 0x145875) is known color: Orient. HEX triplet: 14, 58 and 75. RGB value is (20,88,117). Sum of RGB (Red+Green+Blue) = 20+88+117=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #145875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145875 is #EBA78A. Grayscale: #464646. Windows color (decimal): -15443851 or 7690260. OLE color: 7690260.

HSL color Cylindrical-coordinate representation of color #145875: hue angle of 197.94º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145875 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 88 117 -
CMYK 0.83 0.25 0 0.54
HSL 197.94º 0.71% 0.27% -
HSV(B) 197.94º 0.83% 0.46% -
XYZ 6.99 8.41 18.09 -
YUV 70.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 20 88 117 0.83 0.25 0 0.54 197.94 0.71 0.27
Hex 14 58 75 53 19 0 36 C6 47 1B
Octal 24 130 165 123 31 0 66 306 107 33
Binary 10100 1011000 1110101 1010011 11001 0 110110 11000110 1000111 11011

Color Harmonies of #145875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145875

Black with #145875

Text Example


Text Example

White with #145875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145875; }

 p { color: rgb(20,88,117); }

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

background-color css

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

 a { background-color: rgb(20,88,117); }

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

border-color css

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

 span { border-color: rgb(20,88,117); }

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