Html Css Color HEX #145872 Orient

📋 copy color: '#145872'

red 20 ◦ green 88 ◦ blue 114

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

Shades of Orient #145872

Tints of Orient #145872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 9.01%
G = 39.64%
B = 51.35%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145872 (or 0x145872) is known color: Orient. HEX triplet: 14, 58 and 72. RGB value is (20,88,114). Sum of RGB (Red+Green+Blue) = 20+88+114=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #145872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145872 is #EBA78D. Grayscale: #464646. Windows color (decimal): -15443854 or 7493652. OLE color: 7493652.

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

Color convert

RGB 20 88 114 -
CMYK 0.82 0.23 0 0.55
HSL 196.6º 0.7% 0.26% -
HSV(B) 196.6º 0.82% 0.45% -
XYZ 6.82 8.34 17.17 -
YUV 70.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 20 88 114 0.82 0.23 0 0.55 196.6 0.7 0.26
Hex 14 58 72 52 17 0 37 C5 46 1A
Octal 24 130 162 122 27 0 67 305 106 32
Binary 10100 1011000 1110010 1010010 10111 0 110111 11000101 1000110 11010

Color Harmonies of #145872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145872

Black with #145872

Text Example


Text Example

White with #145872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145872; }

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

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

background-color css

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

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

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

border-color css

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

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

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