Html Css Color HEX #14536F Orient

📋 copy color: '#14536F'

red 20 ◦ green 83 ◦ blue 111

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

Shades of Orient #14536F

Tints of Orient #14536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 9.35%
G = 38.79%
B = 51.87%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#14536F (or 0x14536F) is known color: Orient. HEX triplet: 14, 53 and 6F. RGB value is (20,83,111). Sum of RGB (Red+Green+Blue) = 20+83+111=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #14536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14536F is #EBAC90. Grayscale: #434343. Windows color (decimal): -15445137 or 7295764. OLE color: 7295764.

HSL color Cylindrical-coordinate representation of color #14536F: hue angle of 198.46º degrees, saturation: 0.69, 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 #14536F is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 83 111 -
CMYK 0.82 0.25 0 0.56
HSL 198.46º 0.69% 0.26% -
HSV(B) 198.46º 0.82% 0.44% -
XYZ 6.25 7.48 16.15 -
YUV 67.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 20 83 111 0.82 0.25 0 0.56 198.46 0.69 0.26
Hex 14 53 6F 52 19 0 38 C6 45 1A
Octal 24 123 157 122 31 0 70 306 105 32
Binary 10100 1010011 1101111 1010010 11001 0 111000 11000110 1000101 11010

Color Harmonies of #14536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14536F

Black with #14536F

Text Example


Text Example

White with #14536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14536F; }

 p { color: rgb(20,83,111); }

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

background-color css

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

 a { background-color: rgb(20,83,111); }

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

border-color css

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

 span { border-color: rgb(20,83,111); }

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