Html Css Color HEX #20607F Orient

📋 copy color: '#20607F'

red 32 ◦ green 96 ◦ blue 127

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

Shades of Orient #20607F

Tints of Orient #20607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 12.55%
G = 37.65%
B = 49.8%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20607F (or 0x20607F) is known color: Orient. HEX triplet: 20, 60 and 7F. RGB value is (32,96,127). Sum of RGB (Red+Green+Blue) = 32+96+127=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #20607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20607F is #DF9F80. Grayscale: #505050. Windows color (decimal): -14655361 or 8347680. OLE color: 8347680.

HSL color Cylindrical-coordinate representation of color #20607F: hue angle of 199.58º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20607F is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 96 127 -
CMYK 0.75 0.24 0 0.50
HSL 199.58º 0.6% 0.31% -
HSV(B) 199.58º 0.75% 0.5% -
XYZ 8.61 10.21 21.59 -
YUV 80.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 32 96 127 0.75 0.24 0 0.50 199.58 0.6 0.31
Hex 20 60 7F 4B 18 0 32 C8 3C 1F
Octal 40 140 177 113 30 0 62 310 74 37
Binary 100000 1100000 1111111 1001011 11000 0 110010 11001000 111100 11111

Color Harmonies of #20607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20607F

Black with #20607F

Text Example


Text Example

White with #20607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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