Html Css Color HEX #20607D Orient

📋 copy color: '#20607D'

red 32 ◦ green 96 ◦ blue 125

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

Shades of Orient #20607D

Tints of Orient #20607D

RGB

 RED value IS 32 (12.89% from 255) = 12.65%

 GREEN value IS 96 (37.89% from 255) = 37.94%

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 12.65%
G = 37.94%
B = 49.41%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20607D (or 0x20607D) is known color: Orient. HEX triplet: 20, 60 and 7D. RGB value is (32,96,125). Sum of RGB (Red+Green+Blue) = 32+96+125=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #20607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20607D is #DF9F82. Grayscale: #4F4F4F. Windows color (decimal): -14655363 or 8216608. OLE color: 8216608.

HSL color Cylindrical-coordinate representation of color #20607D: hue angle of 198.71º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20607D is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 96 125 -
CMYK 0.74 0.23 0 0.51
HSL 198.71º 0.59% 0.31% -
HSV(B) 198.71º 0.74% 0.49% -
XYZ 8.48 10.15 20.91 -
YUV 80.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 32 96 125 0.74 0.23 0 0.51 198.71 0.59 0.31
Hex 20 60 7D 4A 17 0 33 C7 3B 1F
Octal 40 140 175 112 27 0 63 307 73 37
Binary 100000 1100000 1111101 1001010 10111 0 110011 11000111 111011 11111

Color Harmonies of #20607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20607D

Black with #20607D

Text Example


Text Example

White with #20607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20607D; }

 p { color: rgb(32,96,125); }

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

background-color css

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

 a { background-color: rgb(32,96,125); }

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

border-color css

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

 span { border-color: rgb(32,96,125); }

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